pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 623 forks source link

Fix #347 by adding rule for building libc.a #349

Closed jcmvbkbc closed 5 years ago

jcmvbkbc commented 5 years ago

Hi Paul,

please merge the fix for issue #347. With that change it is possible to run make -j successfully.

Thanks. -- Max

pfalcon commented 5 years ago

I wonder why just making libc.a depends on toolchain or xtensa-lx106-elf-gcc directly didn't work, but ok, at least executable documentation has the needed stuff explicitly. Will merge when get a bit of free time, thanks!

pfalcon commented 5 years ago

Sorry for the delay here - it's just my Xtensa development setup is on the other disk, to which I don't have access now, and I'm failing to find space/time to bootstrap a local copy for now. Merged, thanks for keeping an eye on things!