-->
Page 1 of 1

ESP-OPEN-SDK Makefile Error

PostPosted: Mon Jan 09, 2017 8:53 pm
by OOSA
Hi,
I'm confused by the Makefile needed to compile my project. I can't seem to find what's wrong.
Help would be appreciated.

Some details on my setup:

- On Ubuntu
- I use a common Makefile such as: https://gist.github.com/jcmvbkbc/795b51494aea52bf2d1e

The error:

Code: Select all20:40:02 **** Build of configuration Default for project Sample ****
make all
LD build/app.out
/home/osa/esp-open-sdk/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.5/../../../../xtensa-lx106-elf/bin/ld: cannot open linker script file ~/esp-open-sdk/sdk/ld/eagle.app.v6.ld: No such file or directory
Makefile:127: recipe for target 'build/app.out' failed
collect2: error: ld returned 1 exit status
make: *** [build/app.out] Error 1


Thank you,

O0SA.