On Monday 06 June 2011 00:41:02 Rogelio Serrano wrote:
> ld 2.21 is not recognised when building pax kernel. has anyone
> encountered this problem? i cant figure out how to fix the script that
> tests the ld version in kbuild.

Try:
make CC="gcc -fno-PIE -no-fatal-warnings"

The kernel is checking if 'gcc -Wl,--build-id' works, but it's getting a 
warning message, which is fatal, so the test fails.

robert

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to