Hi, I am trying to figure out an error with the offline compiler.
I’ve added gcc-arm-11.2-2022.02-mingw-w64-i686-arm-none-eabi
binaries in the compile.mk TOOLROOT settings. Updated Msys and installed gcc and cmake. I don’t have emscripten or the FirmwareSender setup (seems like it isnt necessary since i can use this online uploader (hopefully) OpenWareLaboratory (pingdynasty.github.io)
I am compiling a gen~ patch called Dataplayer with make GEN=Dataplayer
. I guess make GEN=Dataplayer patch clean
is the proper way?
in anycase, I end up with
Building patch Dataplayer
./Source/startup.s: Assembler messages:
./Source/startup.s:83: Error: can't open progname.s for reading: No such file or directory
make[1]: *** [compile.mk:208: Build/startup.o] Error 1
make: *** [Makefile:110: patch] Error 2
Any idea if my “toolpipe” is broken? If i check the /Build/ directory there is a progname.s file there .
What I am assuming is that I would get a Dataplayer.bin that i can then upload with the OpenWareLaboratory uploader.
let me know if I missed something…
(only thing I am questioning is the “build-essential” package from the instructions that probably has extra stuff i need for the MSYS2 packages. maybe also the 32bit vs 64bit msys2 apps…)