-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile with the latest unofficial SDK #4
Comments
Just comment it as well Andrey.
|
Thanks for your fast answer... Ok so I just commented the line 65 in user_main.cpp c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: cannot open linker script file c:/Espressif/ESP8266_SDK/ld/eagle.app.v6.cpp.ld: Invalid argument It seems the makefile has to be modifed in line 149 Check... But i'm now facing to those errors : c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: build/app.out section Finally i just changed the SDK_BASE to revert to the 095 and it compiles properly. Hope you will work on a fix for the latest SDK. It's far beyond my current C/++ skills... |
I hit the two errors from routines.o. You might want to check out http://www.esp8266.com/viewtopic.php?f=9&t=478 on how to work around those errors. |
Hello.
I'm in trouble compiling with the 2.0.6 Unofficial SDK / Eclipse LUNA 4.4.1
the first error is reported on Adafruit_ILI9341_fast_as.h:41
os_random(); has redundant occurance. I just commented the line.
//int os_random();
then i get another fatal error in user_main.cpp:66
os_update_cpu_frequency was not declared in this scope;
I don't know where and how to declare the function.
Some help would be greatly appreciated.
Best regards,
The text was updated successfully, but these errors were encountered: