Hi all,
following the instructions in https://sebiik.github.io/community.axoloti.com.backup/t/using-custom-firmware/1486?u=mikeanblips
I wanted to move my first baby steps into compiling a different firmware for the AXO board.
To this extent, I:
copied the C:\Program Files (x86)\Axoloti\app\firmware directory to C:\Users\Mike\Documents\axoloti\custom_fw
performed the steps in the above link, setting the "firmware directory" to the one just mentioned.
I get errors, however, and the process does not complete:
Start compiling firmware
"setup build dir"
"Compiling firmware..."
BDIR = C:\Users\Mike\DOCUME~1\axoloti/build
FIRMWARE = .
rm -f C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.o C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.elf C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.bin C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.d C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.map C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.lst C:\Users\Mike\DOCUME~1\axoloti/build/xpatch.h.gch
The system cannot find the path specified.
make: Nothing to be done forall'.
Compiling firmware flasher...
The system cannot find the path specified.
make: Nothing to be done forall'.
`usb_msd.c '', needed by mounter_build/obj/usb_msd.o'. Stop.
Compiling firmware mounter...
The system cannot find the path specified.
make: *** No rule to make target
shell task failed, exit value: 1
Link to firmware CRC CE53154E
Done compiling firmware
The only thing I can notice is the presence of a mixture of backslashes and slashes...Maybe this is the reason why it fails to find the paths?
Thank you,
Michele