lanu64x Posted January 29, 2013 Report Share Posted January 29, 2013 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+ Quote Link to comment Share on other sites More sharing options...
lanu64x Posted January 29, 2013 Author Report Share Posted January 29, 2013 I deleted the folder project_buildt and everything good :sick: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: Quote Link to comment Share on other sites More sharing options...
TK. Posted January 29, 2013 Report Share Posted January 29, 2013 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. Quote Link to comment Share on other sites More sharing options...
lanu64x Posted January 30, 2013 Author Report Share Posted January 30, 2013 :-) thanks Thortsen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.