Hi I am new here and I dont know if I am right here to ask a question about Local Debug on Sloeber Arduino.
I have installed the 4.1 Version of plugin Sloeber.
Now I have tried to implement debug function to Sloeber.
I made as it is described in video tutorial. (Debug your arduino code on your local machine - YouTube)
But now after all i tried to compile in localdebug and it shows me the error:
20:09:00 **** Incremental Build of configuration localdebug for project blink ****
"D:\Arbeit\sloeber\arduinoPlugin\tools\make\make" all
'Building file: ...ino.cpp'
'Starting C++ compile'
"/bin/g++" -c -g -O0 -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -DF_CPU=8000000L -DARDUINO=10802 -DARDUINO_AVR_PRO -DARDUINO_ARCH_AVR_LOCAL -DLOCAL_RUN -I"D:\Arbeit\git\hardware\jantje\avr_local\cores\arduino" -I"D:\Arbeit\git\hardware\jantje\avr_local\variants\avr:1.6.20:eightanaloginputs" -MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "...ino.cpp" -o ".ino.cpp.o" -Dsrandom=srand -Drandom=rand
Das System kann den angegebenen Pfad nicht finden.
subdir.mk:24: recipe for target '.ino.cpp.o' failed
make: *** [.ino.cpp.o] Error 1
20:09:01 Build Finished (took 450ms)
As i understand it tried to call "/bin/g++" which is not possible cause also the command console doesnt find the path of g++.exe.
If it would be called simple with "g++" it will be found due to the windows path implementation shown in the video. I checked this in a cmd console!
What is wrong?
Can you help me?
best regards Klaus