MATE: bug: Blight journal is empty
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!
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 34 (3 by maintainers)
Thanks for your time a lot, that was really helpful. Since it is midnight here already; I will run now, and tomorrow I will check why cmake is not generating Makefiles with $(CC). I will keep you posted here!, enjoy your rest of the day 😃