I can not Buildt a LPC17xx under Ubuntu

building a STM32 application is no problem !!!

building a LPC17xx application big problem i nedd help!

 

SeqV4 buildt for STM32

 

 

export MIOS32_PATH=~/midibox/mios32/trunk

export PATH=$PATH:/usr/local/mios32_toolchain/bin

export MIOS32_BIN_PATH=$MIOS32_PATH/bin

export MIOS32_GCC_PREFIX=arm-none-eabi

export MIOS32_FAMILY=STM32F10x

export MIOS32_PROCESSOR=STM32F103RE

export MIOS32_BOARD=MBHP_CORE_STM32

export MIOS32_LCD=universal

cd $MIOS32_PATH/apps/sequencers/midibox_seq_v4

make

 

I become a project.hex

 

 

but,

 

SeqV4 buildt for LPC1769 ???

 

export MIOS32_PATH=~/midibox/mios32/trunk

export PATH=$PATH:/usr/local/mios32_toolchain/bin

export MIOS32_BIN_PATH=$MIOS32_PATH/bin

export MIOS32_GCC_PREFIX=arm-none-eabi

export MIOS32_FAMILY=LPC17xx

export MIOS32_PROCESSOR=LPC1769

export MIOS32_BOARD=MBHP_CORE_LPC17

export MIOS32_LCD=universal

cd $MIOS32_PATH/apps/sequencers/midibox_seq_v4

make

 

My Ubuntu said

 

lanu64x@Seaquest:~$ export MIOS32_PATH=~/midibox/mios32/trunk

lanu64x@Seaquest:~$ export PATH=$PATH:/usr/local/mios32_toolchain/bin

lanu64x@Seaquest:~$ export MIOS32_BIN_PATH=$MIOS32_PATH/bin

lanu64x@Seaquest:~$ export MIOS32_GCC_PREFIX=arm-none-eabi

lanu64x@Seaquest:~$ export MIOS32_FAMILY=LPC17xx

lanu64x@Seaquest:~$ export MIOS32_PROCESSOR=LPC1769

lanu64x@Seaquest:~$ export MIOS32_BOARD=MBHP_CORE_LPC17

lanu64x@Seaquest:~$ export MIOS32_LCD=universal

lanu64x@Seaquest:~$ cd $MIOS32_PATH/apps/sequencers/midibox_seq_v4

lanu64x@Seaquest:~/midibox/mios32/trunk/apps/sequencers/midibox_seq_v4$ make

rm -f project.hex

 

/usr/local/mios32_toolchain/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld: project_build/project.elf section .bss' will not fit in region RAM’

/usr/local/mios32_toolchain/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld: region `RAM’ overflowed by 30696 bytes

collect2: ld returned 1 exit status

make: *** [project_build/project.elf] Fehler 1

lanu64x@Seaquest:~/midibox/mios32/trunk/apps/sequencers/midibox_seq_v4$ 

lanu64x@Seaquest:~/midibox/mios32/trunk/apps/sequencers/midibox_seq_v4$ 

 

 

what???

 

Help me to Buildt a LPC17xx Application Please.

 

Sven

 

Ubuntu Version 12.04 (precise) (64-Bit)

Kernel Linux 3.2.0-36-generic

AMD Athlon 64 Processor 3700+

I deleted the folder project_buildt and everything good   :sick:  :sleep:  :sleep:  :sleep:  :sleep:  :sleep:  :sleep:  :sleep:  :sleep:  :sleep:

Yes - environment variables are not considered in the build dependencies, which means that a “make clean” is required whenever MIOS32_* variables have been changed.

 

Best Regards, Thorsten.

:slight_smile: thanks Thortsen