Skip to content

AmigaLabs/binutils-gdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Download repo and within binutils-gdb:

mkdir cross-build
cd cross-build
../configure --enable-plugins --target=ppc-amigaos --prefix=/usr/local/amiga
make 

h2. AmigaOS4 native builds

There are tow development branches targing native builds for AmigaOS4 based on the released binutils version 2.40

h3. Using newlib

The @nativeOS4-build-newlib@ branch is for the native AmigaOS4 version using *newlib* as c library, download the repo, checkout the branch, cd in, and:

mkdir native-build
cd native-build
CFLAGS="-mcrt=newlib -Wno-sign-compare" LDFLAGS="-lunix" ../configure --disable-gdb --disable-plugins --disable-sim --host=ppc-amigaos --target=ppc-amigaos --prefix=<absolut-path-to>/dist
make -j 4
make install

h3. Using clib4 

The @nativeOS4-build-clib4@ branch is for the native AmigaOS4 version using latest beta10 (with sigsuspend) *clib4* as c library, download the repo, checkout the branch, cd in and:

mkdir native-build
cd native-build
CFLAGS="-mcrt=clib4 -Wno-sign-compare -gstabs -lpthread -athread=native" CXXFLAGS="-mcrt=clib4 -Wno-sign-compare -gstabs -lpthread -athread=native" ../configure --disable-plugins --disable-sim --host=ppc-amigaos --target=ppc-amigaos --prefix=<absolut-path-to>/dist
make -j 4
make install

About

binutils targeted for ppc-amigaos systems (AmigaOS NG like OS4.1).

Resources

License

GPL-2.0 and 3 other licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB
Unknown
COPYING.LIBGLOSS
Unknown
COPYING.NEWLIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.0%
  • Makefile 20.9%
  • Assembly 14.0%
  • D 6.7%
  • C++ 5.2%
  • DTrace 1.9%
  • Other 5.3%