[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel make config: unrecognized option '--64'



Jochen Schulz:
> 
> $ make oldconfig
>   HOSTCC  scripts/basic/fixdep
> as: unrecognized option '--64'
> make[1]: *** [scripts/basic/fixdep] Error 1
> make: *** [scripts_basic] Error 2

Ich kann das sogar mit einem simplen HelloWorld reproduzieren:

#include <stdio.h>

main()
{
  for(;;)
      { 
          printf ("Hello World!\n");
      }
}

$ hello.c
as: unrecognized option '--64'

J.
-- 
If I had to live on a desert island I would take a mobile phone,
preferably a Nokia 8810.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature


Reply to: