Eclipse Help
Posted: Sat Apr 01, 2017 7:53 pm
Hi i am new to this so am learning as i go, so this problem may be a stupid fix.
So i followed the exact instructions on the esp-idf to set up eclipse and something isnt working. When i try to build it come up with 2 errors.
Description Resource Path Location Type
make: *** No rule to make target '/home/red1/esp/make/project.mk'. Stop. myapp C/C++ Problem
I know this error has something to do with the builder settings, for the build command i put make?? dont think thats right??
Description Resource Path Location Type
Program "xtensa-esp32-elf-gcc" not found in PATH myapp Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
im pretty sure it may have something to do with the Environment variables for PATH i wrote, im sure this wrong
/bin:/home/red1/bin:/home/red1/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/snap/bin/xtensa-esp-elf/bin
i changed this to
/bin:/home/red1/bin:/home/red1/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/snap/bin/bin:/home/red1/workspace/xtensa-esp32-elf/bin
it got rid of one of the errors, is it right???
I am kind of testing as i type this haha.
And for IDF_PATH i wrote the location of the esp-idf
/home/red1/esp
please help thank you
So i followed the exact instructions on the esp-idf to set up eclipse and something isnt working. When i try to build it come up with 2 errors.
Description Resource Path Location Type
make: *** No rule to make target '/home/red1/esp/make/project.mk'. Stop. myapp C/C++ Problem
I know this error has something to do with the builder settings, for the build command i put make?? dont think thats right??
Description Resource Path Location Type
Program "xtensa-esp32-elf-gcc" not found in PATH myapp Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
im pretty sure it may have something to do with the Environment variables for PATH i wrote, im sure this wrong
/bin:/home/red1/bin:/home/red1/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/snap/bin/xtensa-esp-elf/bin
i changed this to
/bin:/home/red1/bin:/home/red1/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/snap/bin/bin:/home/red1/workspace/xtensa-esp32-elf/bin
it got rid of one of the errors, is it right???
I am kind of testing as i type this haha.
And for IDF_PATH i wrote the location of the esp-idf
/home/red1/esp
please help thank you