On Tue, Feb 25, 2014 at 12:23:13AM +0800, Steven Chang wrote: >When I built x86_64 cross tool chain by crosstool-ng with uClibc 0.9.30.2 on >Ubuntu 10.04, I got the following Assmebly errors. Then I build uClibc >independent for TARGET_ARCH="x86_64" at menuconfig, I also got the same >error. Has anyone knows how to fix it.
This sounds like you do not pass in the correct compiler. make CROSS_COMPILE=x86_64-mine-linux- See 'make help' in the toplevel uClibc dir, also pass V=2 and double-check your .config Ok? _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
