lanu64x Posted January 29, 2013 Report 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+
lanu64x Posted January 29, 2013 Author Report Posted January 29, 2013 I deleted the folder project_buildt and everything good :sick: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep: :sleep:
TK. Posted January 29, 2013 Report 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now