Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By jantje
#25289 @fonly82,
I do not like the argument -DARDUINO=165-r2 in your command line
First of all I know builds have failed in the past because of the -r2
Secondly the nightly should strip the -r2 and give you something like 10605 https://github.com/jantje/arduino-eclipse-plugin/issues/283
So my guess is you do not have the nightly.

@kolban
I am making an assumption that the ESP8266 arena isn't one you are that familiar with?

Your assumption is 100% correct.
User avatar
By Dhruv Acharya
#56228 Hi,

I want to thank jantje and kolban for amazing work.

folny82 wrote:
Code: Select allsubdir.mk:24: recipe for target '.ino.cpp.o' failed
mingw32-make: *** [.ino.cpp.o]


I got this same error like "subdir.mk:26: recipe for target '.ino.cpp.o' failed". I tried something which temporarily solved my "thing".

Info:
  1. I downloaded sloeber V3 "win32.2016-08-02_04-26-49"
  2. I have installed Arduino 1.6.12
Steps:
  1. I made temporary copy of "tools" folder for future reference which was at:
    C:\Users\<YourUserName>\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\tools
  2. Copied the folder:
    C:\Users\<YourUserName>\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2
  3. Pasted at:
    C:\Users\<YourUserName>\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\tools
  4. Renamed it with "xtensa-lx106-elf"
  5. Copied the folder:
    C:\Users\<YourUserName>\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.9
  6. Pasted it at:
    C:\Users\<YourUserName>\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\tools
  7. Renamed it with "esptool"
  8. The tools folder will look like this:
    Tools folder.png

Now this solved my problem. But please suggest me if there is an easier way to solve it.
You do not have the required permissions to view the files attached to this post.