Open Dangku opened 5 years ago
$ cd bootloader/ $ ./build.sh
rm -R -f build/* xtensa-lx106-elf-gcc -std=c99 -Wall -O1 -mtext-section-literals -mlongcalls -nostdlib -fno-builtin -flto -Wl,-static -g -ffunction-sections -fdata-sections -Wl,--gc-sections -Isrc -L. -Tbootloader_linker.ld -DNO_OTA_SUPPORT=1 -o build/output.elf src/main.c src/vector.S /media/dangku/mywork/k210/source/esp8266/ESP8266_AT_LoBo/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: cannot open output file build/output.elf: No such file or directory collect2: error: ld returned 1 exit status Makefile:26: recipe for target 'all' failed make: *** [all] Error 1 Error
My compile env is Ubuntu 16.04, X86_64, 4.4.0-141-generic.
Thanks,
$ cd bootloader/ $ ./build.sh
rm -R -f build/* xtensa-lx106-elf-gcc -std=c99 -Wall -O1 -mtext-section-literals -mlongcalls -nostdlib -fno-builtin -flto -Wl,-static -g -ffunction-sections -fdata-sections -Wl,--gc-sections -Isrc -L. -Tbootloader_linker.ld -DNO_OTA_SUPPORT=1 -o build/output.elf src/main.c src/vector.S /media/dangku/mywork/k210/source/esp8266/ESP8266_AT_LoBo/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: cannot open output file build/output.elf: No such file or directory collect2: error: ld returned 1 exit status Makefile:26: recipe for target 'all' failed make: *** [all] Error 1 Error
My compile env is Ubuntu 16.04, X86_64, 4.4.0-141-generic.
Thanks,