When I try to build the kernel, I get a steady stream of messages:

/bin/sh: invalid character 46 in exportstr for AFLAGS_vmlinux.lds.o

/bin/sh is:

GNU bash, version 2.04.0(2)-release (i686-pc-linux-gnu)

make is:

GNU Make 3.80

I assume make is trying to export that name as an environment variable,
and bash doesn't like the periods. This doesn't seem to affect the results
at all, however; the kernel builds perfectly fine, albeit with a lot of
these warnings.

Also, -nostdinc seems to make <stdarg.h> not work for me (with gcc
2.95.2.1, 3.0, and 3.3.2); this breaks <linux/kernel.h>. If I simply
remove -nostdinc, it compiles fine.

        -Daniel
*This .sig left intentionally blank*



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to