On Sun, Jan 12, 2014 at 3:43 PM, Andrew Rose <[email protected]> wrote: > Good day! I build own toolchan under mips architecture > Script to create toolchan: > http://pastebin.com/RxwS09iT > Toolchan build great.
Building is the easy part. Testing and validating are the hard parts. This looks a configuration error with your linker likely looking in $SYSROOT + $SYSROOT/lib/libc.so.6 for the libraries (do an strace to see what full paths it's trying to open). You need to fix your configuration. Cheers, Carlos. _______________________________________________ Issues mailing list [email protected] http://eglibc.org/cgi-bin/mailman/listinfo/issues
