Eclipse IDE make: *** No rule to make target… needed by 'core/abi.cpp.o'. Stop
问题 I'm trying to make Arduino projects with eclipse IDE and I have followed this video tutorial and I am getting this error: Building ArduinoTest make: *** No rule to make target 'Ulloa/.arduinocdt/packages/arduino/hardware/avr/1.6.19/cores/arduino/abi.cpp', needed by 'core/abi.cpp.o'. Stop. I'm new with this and I don't know what I could be doing wrong. This is my makefile, it's the one that was generated by Eclipse: ifeq ($(OS),Windows_NT) SHELL = $(ComSpec) RMDIR = rmdir /s /q RM = del /q