NXP Semiconductors logo
LPCXpresso Logo

Reply
 
Thread Tools
  #1  
Old 08-03-2012, 01:53 PM
erodrigues erodrigues is offline
Junior Member
 
Join Date: Aug 2012
Location: Portugal
Posts: 20
erodrigues is on a distinguished road
Default HI!

**** Build of configuration Debug for project CMSISv1p30_LPC11xx ****

make all
Building file: ../src/core_cm0.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -DDEBUG -D__CODE_RED -D__REDLIB__ -I"C:\Users\SAO\Documents\LPCXpresso_4.2.3_292\work space4\CMSISv1p30_LPC11xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -v -mcpu=cortex-m0 -mthumb -MMD -MP -MF"src/core_cm0.d" -MT"src/core_cm0.d" -o"src/core_cm0.o" "../src/core_cm0.c"
Using built-in specs.
COLLECT_GCC=c:\nxp\LPCXpresso_4.2.3_292\lpcxpresso \tools\bin\arm-none-eabi-gcc.exe
Target: arm-none-eabi
Configured with: /var/code_red/builds/GNU/2010_100B/build/src/gcc-4.5-2010.09/configure --build=i686-pc-linux-gnu --host=i686-mingw32 --target=arm-none-eabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs --with-gnu-as --with-gnu-ld --with-specs='%{save-temps: -fverbose-asm} -D__CRT__RED_SUITE_MAJ__=2010 -D__CRT__RED_SUITE_MIN__=9 -D__CRT__RED_SUITE_REV__=51 %{O2:%{!fno-remove-local-statics: -fremove-local-statics}} %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics: -fremove-local-statics}}}' --enable-languages=c,c++ --disable-shared --enable-lto --with-newlib --with-pkgversion='Red Suite 2010Q4 by Code Red' --with-bugurl=http://www.code-red-tech.com/support/bugs.html --disable-nls --prefix=/usr/opt/code_red --with-headers=yes --with-sysroot=/usr/opt/code_red/arm-none-eabi --with-build-sysroot=/var/code_red/builds/GNU/2010_100B/build/install/host-i686-mingw32/arm-none-eabi --with-libiconv-prefix=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --with-gmp=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --with-mpfr=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --with-mpc=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --with-ppl=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-cloog=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --with-libelf=/var/code_red/builds/GNU/2010_100B/build/obj/host-libs-2010.09-51-arm-none-eabi-i686-mingw32/usr --disable-libgomp --enable-poison-system-directories --with-build-time-tools=/var/code_red/builds/GNU/2010_100B/build/obj/tools-i686-pc-linux-gnu-2010.09-51-arm-none-eabi-i686-mingw32/arm-none-eabi/bin --with-build-time-tools=/var/code_red/builds/GNU/2010_100B/build/obj/tools-i686-pc-linux-gnu-2010.09-51-arm-none-eabi-i686-mingw32/arm-none-eabi/bin
Thread model: single
gcc version 4.5.1 (Red Suite 2010Q4 by Code Red)
COLLECT_GCC_OPTIONS='-DDEBUG' '-D__CODE_RED' '-D__REDLIB__' '-IC:\Users\SAO\Documents\LPCXpresso_4.2.3_292\works pace4\CMSISv1p30_LPC11xx\inc' '-O0' '-g3' '-Wall' '-c' '-fmessage-length=0' '-fno-builtin' '-ffunction-sections' '-v' '-mcpu=cortex-m0' '-mthumb' '-MMD' '-MP' '-MFsrc/core_cm0.d' '-MTsrc/core_cm0.d' '-o' 'src/core_cm0.o' '-D__CRT__RED_SUITE_MAJ__=2010' '-D__CRT__RED_SUITE_MIN__=9' '-D__CRT__RED_SUITE_REV__=51'
cc1 -quiet -v -IC:\Users\SAO\Documents\LPCXpresso_4.2.3_292\works pace4\CMSISv1p30_LPC11xx\inc -imultilib armv6-m -iprefix c:\progra~2\egcs\lib\gcc-lib\arm-none-eabi/4.5.1/ -isysroot c:\nxp\lpcxpresso_4.2.3_292\lpcxpresso\tools\bin\. ./arm-none-eabi -MMD src/core_cm0.d -MFsrc/core_cm0.d -MP -MTsrc/core_cm0.d -MQ src/core_cm0.o -dD -D__USES_INITFINI__ -DDEBUG -D__CODE_RED -D__REDLIB__ -D__CRT__RED_SUITE_MAJ__=2010 -D__CRT__RED_SUITE_MIN__=9 -D__CRT__RED_SUITE_REV__=51 ../src/core_cm0.c -quiet -dumpbase core_cm0.c -mcpu=cortex-m0 -mthumb -auxbase-strip src/core_cm0.o -g3 -O0 -Wall -version -fmessage-length=0 -fno-builtin -ffunction-sections -o C:\Users\SAO\AppData\Local\Temp\ccIjthKC.s
arm-none-eabi-gcc.exe: CreateProcess: No such file or directory
make: *** [src/core_cm0.o] Error 1
Reply With Quote
  #2  
Old 08-03-2012, 02:13 PM
Polux rsv Polux rsv is offline
Senior Member
 
Join Date: Jul 2010
Location: CH
Posts: 126
Polux rsv is on a distinguished road
Default

Hi, too

If you read some older posts, you will discover that LPCxpresso, like many other toolchains, doesn't like spaces in directories names. Your "work space4" is probably the source of your problem.

edit: on another line, it is "works space4".

Angelo

Last edited by Polux rsv; 08-03-2012 at 02:16 PM.
Reply With Quote
  #3  
Old 08-03-2012, 04:01 PM
erodrigues erodrigues is offline
Junior Member
 
Join Date: Aug 2012
Location: Portugal
Posts: 20
erodrigues is on a distinguished road
Default

Hi Angelo!

I followed your recomendation and checked the spaces in directories names. The directories are correct. The space was created when I imported the build log from LPCxpresso to the post.

Eduardo
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 01:15 AM.