cubanismo / jaguar-sdk

A Complete SDK Environment for the Atari Jaguar
32 stars 3 forks source link

maketools.sh Strip binaries section report an error #8

Closed djipi closed 1 year ago

djipi commented 2 years ago

This is the reported error: strip: m68k-aout-gccbug: file format not recognized

m68k-aout-gccbug is not an executable but a script to report bugs from gcc 3.4.6. It will probably better to simply delete this script after the gcc installation or to move it somewhere else.

cubanismo commented 1 year ago

Fixed.