AmigaLabs / binutils-gdb

binutils targeted for ppc-amigaos systems (AmigaOS NG like OS4.1).
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
GNU General Public License v2.0
0 stars 0 forks source link

native build: ../../../gnulib/import/getprogname.c:291:4: error: #error "getprogname module not ported to this OS" #17

Closed kas1e closed 2 months ago

kas1e commented 1 year ago

After build process done with most of binutils, as, ld and co, it tries to build gnulib, and in the file getprograname.c fail because we don't have there necessary getprogname() implementation.

Checking old adtools, fine out that it also have the same getprogname.c file , without any changes, so dunno how it builds (and if at all), if it's only clib4 to day have getprogname() implementation, and before not clib2 not newlib has it. Maybe adtools just didn't build gnulib ?

migthymax commented 2 months ago

Can you check if that is still present when building cross tools and native tools. For native tools be sure to use latest beta10 clib4 branch.

kas1e commented 2 months ago

@migthymax Yes, that one fixed for sure

kas1e commented 2 months ago

Fixed