bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
319 stars 66 forks source link

I managed to build bebbo amiga gcc cross-compiler on MSYS2 to a point where linker #370

Closed kaarlo52 closed 5 months ago

kaarlo52 commented 10 months ago

cant find:

crt0.o -lstubs -lamiga -lgcc

everything was build to .exe windows executables with MSYS2.

bebbo commented 9 months ago

the README says:

Also note that you MUST cd into an absolute path e.g. cd /c/msys64/home/test/amiga-gcc/ before running make, or builds may fail, because some files aren't found correctly (that's a msys2 bug).

maybe that affects you too.