You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build from the command line via Cmake or west. I cannot build via "Build Project" in Eclipse.
Mac 10.15.7
Eclipse Version: 2020-09 (4.17.0) / Build id: 20200910-1200
Error Description:
Errors occurred during the build.
Errors running builder 'Zephyr Application Builder' on project 'cork-demo1'.
Error invoking CMake for project cork-demo1!
Cannot run program "cmake" (in directory "/Users/john.norair/repos/cork-demo1/build"): error=2, No such file or directory
Error invoking CMake for project cork-demo1!
Cannot run program "cmake" (in directory "/Users/john.norair/repos/cork-demo1/build"): error=2, No such file or directory
The directory is most certainly present and with permissions that allow operation from command line.
I saw a previous issue -- which was apparently resolved -- although the interim resolution was to use an older version of Eclipse CDT. I will attempt to install an older version, but I am reporting this issue nonetheless.
The text was updated successfully, but these errors were encountered:
Errors occurred during the build.
Errors running builder 'Zephyr Application Builder' on project 'Test'.
Error invoking CMake for project Test!
Cannot run program "cmake" (in directory "/Users/username/eclipse-workspace/Test/build"): error=2, No such file or directory
Error invoking CMake for project Test!
Cannot run program "cmake" (in directory "/Users/username/eclipse-workspace/Test/build"): error=2, No such file or directory
One thing that might fix this issue (I don't remember exactly), is launching Eclipse from the command line. This will preserve environment variables from the shell into the Eclipse instance.
Try this from your shell that has the necessary Zephyr environment vars. ~> open [path-to-eclipse]
I can build from the command line via Cmake or west. I cannot build via "Build Project" in Eclipse.
Mac 10.15.7
Eclipse Version: 2020-09 (4.17.0) / Build id: 20200910-1200
Error Description:
The directory is most certainly present and with permissions that allow operation from command line.
I saw a previous issue -- which was apparently resolved -- although the interim resolution was to use an older version of Eclipse CDT. I will attempt to install an older version, but I am reporting this issue nonetheless.
The text was updated successfully, but these errors were encountered: