Firmware compiling error


#1

Hi there . Im triying to compile new firmware in the Axoloti using windows 10 and I seem to fail everytime .
Java is ok , and al the proccess went quite well , but when tryong to compile from the axo I get this errors on terminal .
Any hints?

INFO: Start compiling firmware
nov 22, 2018 6:54:35 PM qcmds.QCmdShellTask performShellTask
SEVERE: null
java.io.IOException: Cannot run program "/Users/mba/Documents/axo-new/axoloti/firmware/compile_firmware_win.bat" (in directory "\Users\mba\Documents\axo-new\axoloti\firmware"): CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at qcmds.QCmdShellTask.performShellTask(QCmdShellTask.java:113)
at qcmds.QCmdProcessor.run(QCmdProcessor.java:198)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 6 more

nov 22, 2018 6:54:35 PM axoloti.swingui.MainFrame modelPropertyChange
INFO: Link to firmware CRC Please compile the firmware first
nov 22, 2018 6:54:35 PM qcmds.QCmdProcessor$3 run
INFO: Done compiling firmware


#2

nevermind , it was trying to get the files from an unexisting folder. Was easy as changing them in the axoloti software directly