BartmanAbyss
BartmanAbyss
probably low priority, but shouldn't be an issue..
sure. merged.
Do you think it's worth investing time into researching how to get the build times down? Usually I only build GCC & GDB once a year when a new version...
Hey, it seems your `strip` call isn't working for all executables. See https://github.com/BartmanAbyss/vscode-amiga-debug/pull/107#pullrequestreview-1046477440
Nice. Also for gdb?
I think we have to do this a bit differently. There‘s amiga include files in bin/opt/m68k-amiga-elf/sys-includes. We don‘t want them to be duplicated for every platform.
Those are from the Amiga NDK and have been modified by me. They need to be found by `#include ` without needing to change any compiler settings.
yeah, but that shouldn't be necessary, and will hinder debugging...
Did all of the selftests pass? Anything to do with the `specs` file? Have you tried the Linux version? This should all be 68000 specific and not host specific... Strange..
I'm not sure what the error is here either. However, it's totally fine if you just keep using the old implementation.