BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
314 stars 39 forks source link

AmigaOS 3.2 NDK instead of AmigaOS 3.9 #93

Closed RMonaghan-Illuscio closed 2 years ago

RMonaghan-Illuscio commented 2 years ago

Hello, Can someone suggest a way to use AmigaOS 3.2.x headers, rather than the older 3.9 headers?

thanks!

BartmanAbyss commented 2 years ago

As I wrote in the README file, I just grabbed the headers out of an installation of bebbo's gcc toolchain and modified amiga-debug\bin\opt\m68k-amiga-elf\sys-include\inline\macros.h to work with a newer GCC. I currently do not have any plans on supporting 3.2 headers, but if you'd like, I would recommend the following workflow: grab bebbo's toolchain with NDK 3.9, and check the differences between its include folder and mine. Then configure bebbo's toolchain with NDK 3.2 and check if you can merge them somehow.