open_agb_firm icon indicating copy to clipboard operation
open_agb_firm copied to clipboard

can't compile firm

Open cooolgamer opened this issue 2 years ago • 2 comments

Hi, I tried compiling openagbfirm because my brother broke his top screen but that's a other thing. So I want to edit it to make it work on his console but I can't compile it even wihout editing anything, first, it says that firm builder is "not a file or directory", well, I use firmtool so idk why it didn't detected it, and, after editing makefile to make it use firmtool, it says: "firmtool build: error: argument -C/--section-copy-methods: invalid choice: '0' (choose from 'NDMA', 'XDMA', 'memcpy')" Is it possible to fix this? Thanks

cooolgamer avatar Jul 16 '22 17:07 cooolgamer

There is currently no way to make it output video on bottom screen unless you want to dive into the hell of low level GPU programming.

As for compiling it expects ctr_firm_builder to be reachable via the $PATH environment variable. Build ctr_firm_builder and then do "export PATH=/path/to/ctr_firm_builder:$PATH" where you have to replace "/path/to/ctr_firm_builder" if that was not obvious.

profi200 avatar Jul 17 '22 12:07 profi200

Thanks but the thing is I use firmtool and not that firm builder, I installed it using the python script from it and it works fine for compiling other firms but not this one... And if you are saying that's not possible, I guess that's useless I try to compile it then... And just use mgba because that's the only thing I can do

cooolgamer avatar Jul 19 '22 20:07 cooolgamer

fixed by typing "make USE_FIRMTOOL=1" on cmd

cooolgamer avatar Sep 14 '22 12:09 cooolgamer