tessel / t1-firmware

[UNMAINTAINED] Tessel 1 Firmware
Other
68 stars 20 forks source link

Error compiling with `make arm` if repo absolute path contains space #59

Open natevw opened 10 years ago

natevw commented 10 years ago
postel:firmware natevw$ make arm
AR=arm-none-eabi-ar AR_host=arm-none-eabi-ar AR_target=arm-none-eabi-ar CC=arm-none-eabi-gcc gyp  firmware.gyp --depth=. -f ninja-arm -D builtin_section=.text -D COLONY_STATE_CACHE=0 -D COLONY_PRELOAD_ON_INIT=0 -D enable_ssl=1 && ninja -C out/Release
ninja: Entering directory `out/Release'
[113/322] CC obj/lpc18xx/Drivers/source/cmsis-lpc18xx.Font5x7.o
FAILED: arm-none-eabi-gcc -MMD -MF obj/lpc18xx/Drivers/source/cmsis-lpc18xx.Font5x7.o.d -DCOLONY_EMBED -DCONFIG_PLATFORM_EMBED -DTM_FS_vfs -D__thumb2__=1 -DGPIO_PIN_INT -D_POSIX_SOURCE -DREGEX_WCHAR=1 -DCOLONY_STATE_CACHE=0 -DCOLONY_PRELOAD_ON_INIT=0 '-D__TESSEL_FIRMWARE_VERSION__="a446554"' '-D__TESSEL_RUNTIME_VERSION__="cfae75f"' -I../../lpc18xx/Drivers/include -I../../lpc18xx/Core/CMSIS/Include -I../../lpc18xx/Core/Include -I../../lpc18xx/Core/Device/NXP/LPC18xx/Include -I../../lpc18xx/otp -I../../src/sys -mcpu=cortex-m3 -mthumb -gdwarf-2 -mtune=cortex-m3 -march=armv7-m -mlong-calls -mfix-cortex-m3-ldrd -mapcs-frame -msoft-float -mno-sched-prolog -ffunction-sections -fdata-sections -include /Users/natevw/Desktop/Clients/Technical Machine/firmware/deps/runtime/deps/axtls/config/embed/config.h -Wall -Werror -Ofast -std=gnu99  -c ../../lpc18xx/Drivers/source/Font5x7.c -o obj/lpc18xx/Drivers/source/cmsis-lpc18xx.Font5x7.o
arm-none-eabi-gcc: error: Machine/firmware/deps/runtime/deps/axtls/config/embed/config.h: No such file or directory
[113/322] ACTION cacert_bundle: cacert_bundle_compile_46b880c087b2aae3b9a9d8ead27b9b03
ninja: build stopped: subcommand failed.
make: *** [firmware] Error 1
natevw commented 10 years ago

Translation: this repo will not compile if there is a space anywhere in its absolute path