07-21-2017, 07:55 PM
Hello. I am trying to compile mgba on linux 32 bit using the following steps:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIXATH=/usr ..
make
sudo make install
But the debugger is not enabled on the final ./mgba binary. When I press F11 in the emulator, nothing happens. How can I force the compilation of the debugger? Is this debugger specific for gba, or does it work on gbc roms?
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIXATH=/usr ..
make
sudo make install
But the debugger is not enabled on the final ./mgba binary. When I press F11 in the emulator, nothing happens. How can I force the compilation of the debugger? Is this debugger specific for gba, or does it work on gbc roms?