Replies: 4 comments 1 reply
-
Here is the way I was able to get a successful compile right out of the source code: |
Beta Was this translation helpful? Give feedback.
-
This almost works for me, but something is broken. Maybe something in a recent update? `make[3]: Leaving directory '/home/user/mt32-pi/external/circle-stdlib/build/circle-newlib' CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. When I correct the path in Config.mk for the ../cmake/aarch64-none-elf.cmake it just brakes even more by giving a successful compile of munt, but the pathing and source Makefile stays static with building munt. |
Beta Was this translation helpful? Give feedback.
-
I was able to compile this correctly using ubuntu 22.04 instead of 18.04. |
Beta Was this translation helpful? Give feedback.
-
Maybe someone can setup a docker container so people can quickly setup something. |
Beta Was this translation helpful? Give feedback.
-
Are there instructions for compiling from source and the requirements for this?
Also has anyone tried cross compiling on a Linux X64 install?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions