On Fri, Jun 3, 2016 at 6:25 PM, Waldemar Brodkorb <[email protected]> wrote:
>> > You can find a toolchain here:
>> > http://debug.openadk.org/ppc-static/

I reproduce the problem, using toolchain provided. Will try to fix it.

Additional five cents more - libuargp(UCLIBC_HAS_ARGP) requires getopt
functions, so must "depends on" or "select" UCLIBC_HAS_GNU_GETOPT &
UCLIBC_HAS_GETOPT_LONG in extra/Configs/Config.in to avoid following
build errors:

lib/libuargp.a(argp-parse.os): In function `argp_parse':
argp-parse.c:(.text.argp_parse+0x41a): undefined reference to
`_getopt_long_only_r'
argp-parse.c:(.text.argp_parse+0x443): undefined reference to `_getopt_long_r'


Regards
  Leonid
_______________________________________________
devel mailing list
[email protected]
http://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel

Reply via email to