>I set compiling going with make LANGUAGES="c" and it dies with an error in
>libgcc1.S because it can't find asm/unistd.h.  I've checked an it is
>included in that file with <asm/unistd.h>, the kernel links are there and
>the file exists so why can't it find it?  I did think of hacking the file
>so that it has full pathnames but as it appears to be generated that's not
>possible.

It's actually generated with a command something like 
`cp config/arm/lib1funcs.asm libgcc1.S'.  You might be able to reverse 
engineer that in case of desperation. :-)

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to