User contributions for Colton
Jump to navigation
Jump to search
12 October 2023
- 15:4715:47, 12 October 2023 diff hist −327 Setting up Flycast GDB No edit summary current
9 October 2023
- 21:2321:23, 9 October 2023 diff hist +330 Setting up Flycast GDB No edit summary
7 October 2023
- 12:4712:47, 7 October 2023 diff hist +1,352 N Setting up Flycast GDB Created page with "=== Clone dev branch of Flycast === git clone https://github.com/flyinghead/flycast -b dev cd flycast git submodule update --init --recursive === Build with GDB Support === mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GDB_SERVER=ON .. make -j$(nproc) === Enable GDB in Config File === Briefly launch Flycast to make sure config file exists ./flycast Edit config file to enable GDB Path on Linux: ~/.config/flycast/emu.cfg Under "[config]" make..."