Skip to content

bootloader compile failed #3

Description

@Dangku

$ 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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions