mipsel memcpy & gcc3.4.6
Mike Frysinger
vapier at gentoo.org
Sat Jan 5 08:25:08 PST 2008
On Saturday 05 January 2008, Alexander Voropay wrote:
> Can anyone help with this issue ?
>
> I've opened a bug in the busybox tracking system:
>
> http://busybox.net/bugs/view.php?id=1894
i already told you it wasnt a bug in uClibc ...
> It there any way to compile uClibc for mipsel with gcc 3.4.6 ?
remove the -std=gnu99 flag when building memcpy.S if you like
> - uClibc uses platform-specific memcpy (libc/string/mips/memcpy.os)
> Is it possible to swith to the "generic" memcpy version ?
that's a configuration choice on your side ... review your uClibc
configuration file
> - The bug in the AS (preprocessor), not in the GCC itself
incorrect ... the bug is in the gcc preprocessor. it errors out before it
even gets a chance to output assembly which gas would then process. notice
how the error message is prefixed with gcc there and not gas.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
Url : http://busybox.net/lists/uclibc/attachments/20080105/39f0007b/attachment.pgp
More information about the uClibc
mailing list