-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
Today, I have started to use MATE, I was able to compile and go through the notes.c example. However, I wasn't able to compile my example project that is compiled using 'make' after the Makefile generation through cmake. The Makefile is created under the build dir in the root src dir.
mate-cli oneshot exampleProject/
✖ bb83b24f0e4242648ab3f9592ea1e0f7: failed
=======================
EXITED WITH: 2
=======================
=======================
STDOUT:
=======================
=======================
STDERR:
make: /usr/bin/cmake: Command not found
make: *** [Makefile:4932: cmake_check_build_system] Error 127
=======================
Although, I already have cmake at /usr/bin/cmake
whereis cmake
cmake: **/usr/bin/cmake** /usr/lib/x86_64-linux-gnu/cmake /usr/lib/cmake /usr/share/cmake /usr/share/man/man1/cmake.1.gz /usr/src/googletest/googletest/cmake
I have also tried to creat a tar out of the exampleProject/ dir
tar czf exampleProject.tar.gz exampleProject/
mate-cli artifact create compile-target:tarball exampleProject.tar.gz
mate-cli compile create --wait --make-targets exampleProject.elf --artifact-id 6226e34a987942589c5c9cadb089c9ea
Still, it didn't work!
Any idea what I could did wrong, thank you!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working