Live Error: make: arm-none-eabi-g++: No such file or directory


#1

Hi, I'm receiving the following error message for any patch I try to run.

USB device found
connected
Authentic Axoloti Core
Firmware version: 1.0.0.1, crc=0xE95BAC96, entrypoint=0x20011000
Generate code complete
Start compiling patch
Compiling patch... with /Applications/Axoloti.app/Contents/Java/firmware
BDIR = /Users/pc2/Documents/axoloti/build
FIRMWARE = .
RM
make: arm-none-eabi-g++: No such file or directory
APP
make: *** [/Users/pc2/Documents/axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 2
Compiling patch failed ( /Users/pc2/Documents/axoloti/axoloti-factory/patches/tutorials/01_sine_oscillator.axp )

I've deleted the application and runtime and redownloaded.

Preferences is set up like this at the moment...


#2

The runtime is not installed correctly, hence why it can't find the compiler


#3

Thank you. How would it be installed correctly? I downloaded it and unzipped it and dragged it to the applications folder. It seems to have the correct file path /Applications/axoloti_runtime/platform_osx.


#4

There is in fact no "xpatch.bin" in "/Users/pc2/Documents/axoloti/build/xpatch.bin" why is this?


#5

xpatch.bin is not there because it cannot be built, because the compiler is missing (arm-none-eabi-g++)

cant really think whats wrong off hand, basically you just need to drag the folder to /Applications
can you find arm-none-eabi-g++?


#6

yes! there are ~3

one in
applications/axoloti_runtime/platform_osx/bin
another in
axoloti/platform_osx/bin
another with the name "arm-none-eabi-g++.1" in
axoloti/platform_osx/share/doc/gcc-arm-none-eabi/man/man1

should i delete some of these?


#7

I originally tried to install simply by dragging to /Applications but it did not work


#8

Deleted everything and re-installed still getting the same error.


#9

There is a new arm-none-eabi-g++ in applications/axoloti_runtime/platform_osx/bin/


#10

Fixed. I was deleting the runtime folder and the app but not the axoloti folder in documents. Deleted this folder and reinstalled.


#11

if you fixed it my deleting the documents folder, then the issue was the axoloti.prefs file , and for some reason the runtime directory being incorrect...
deleting the prefs file, would reset it to the default, and so fix the issue.
(sorry, id not had time to test on my mac, was a bit busy yesterday)


#12

Hi, I know this is an old post, but I’ve been having the same issue on Windows and cannot, for the life of me, figure out what’s going on. I’ve installed and uninstalled and reinstalled this thing like five times, and it can never find arm-none-eabi-g++. Axoloti is in Program Files (x86), so I really don’t think I installed it incorrectly. I even went into Windows Defender to let the app through the firewall. Could you give me any advice on this? I’m hankering to make some sounds!