Open valudimi opened 1 year ago
The error also happens when attempting to build through script.
CXX apphelloworldcpp: helloworld.o
aarch64-linux-gnu-gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or directory
compilation terminated.
AS apphelloworldcpp: libinfo.libuklibid.o
make[3]: *** [/home/bob/Unikraft/hacktoberfest-2023/helloworld-cpp/workdir/unikraft/support/build/Makefile.build:27: /home/bob/Unikraft/hacktoberfest-2023/helloworld-cpp/workdir/build/apphelloworldcpp/helloworl1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:1156: sub-make] Error 2
make[1]: *** [Makefile:41: _all] Error 2
make[1]: Leaving directory '/home/bob/Unikraft/hacktoberfest-2023/helloworld-cpp/workdir/unikraft'
make: *** [Makefile:7: all] Error 2
EDIT: It was on my end. A simple
sudo apt install g++-aarch64-linux-gnu
fixed it. Might be worth mentioning that in the documentation?Running
kraft build --log-level debug --log-type basic
, I get the following output: