Sam Izzo / bananaboy
Sam Izzo / bananaboy
Also I think I've spotted another bug in the firmware. Line 1692: ``` dac_no_ref_adpcm4: mov r3,#4 ``` This is setting the number of samples to process for ADPCM 4-bit to...
Thanks, I’ll take a look!
Sorry for the delay @DiegoJArg. I've updated pixie to add a simple makefile for mingw support. Let me know if that works for you. I've also added github actions to...
Thanks for that! Very strange that it wouldn't run. I built from a cmd prompt and it ran successfully. I'll try building from msys2 and see what happens. Thanks for...
Btw I used the standalone mingw build here https://www.mingw-w64.org/downloads/#mingw-builds which doesn't seem to come with a shell. I'm now installing msys2 and mingw within that using pacman which sounds more...
Are these the errors you got when double clicking?   Looks like when building with the gcc installed inside msys it links against some dlls which is unfortunate. I'll...
Ok I've made a bunch of fixes for this and added debug/release configs. I also renamed the makefile to `makefile_mingw`. You can build debug with `make -f makefile_mingw` and release...
I'm also seeing this on win 8.1
I think the error message is perfectly adequate. It describes the problem exactly: a missing TERM variable. @techtonik I think you're missing some key pieces of information. It sounds like...