- Fri Nov 07, 2014 9:33 pm
#2320
scargill wrote:Just a little more info would be good - bearing in mind many including myself have never used these toolchains before. I have your xtensa-lx106-elf directory sitting on my Windows desktop right now.... next step?
You need to add the toolchain's bin folder to your path. There are many tutorials on the net for that.
I suggest that you move it to C:/Espressif along with the SDK.
Otherwise you can also speficy the path directly in the Makefile.
You will need the program "make" or "mingw32-make", that is provided with mingw.
clinkme wrote:mobyfab wrote:Can you paste the full error message ?
You can try my toolchain or build your own using my script (it's the same)
You just need mingw.
Test on my Windows XP: no success.
It reports
Code: Select allxtensa-lx106-elf-gcc: fatal error: -fuse-linker-plugin, but cyglto_plugin-0.dll
not found
compilation terminated.
You are not running my toolchain, it has no cygwin dependiencies; You are probably running another one.
Check/Fix your path and it should work fine.