![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
**** 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 |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
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 |
![]() |
| Thread Tools | |
|
|