Link to home
Start Free TrialLog in
Avatar of nasa
nasa

asked on

Compiling 2.3.39

Hopefully this isn't to tough...

I am trying to compile 2.3.39 (latest development kernel), I updated all my libraries to/or above the required levels.  I did a make xconfig and set my configuration.  I then followed that up with a make dep and finally a make bzImage, which fails with the following error:

init/main.c:O:malformed option '-D __pentiumpro__-D__pentiumpro'

This occured within seconds of pressing enter -- I don't believe this is normal.  Could anyone give me a hint on what went wrong?  Thanks NASA

BTW:  my system is based off of Redhat 6.0 and I am using egcs-2.96.66 for a compiler.
ASKER CERTIFIED SOLUTION
Avatar of didier
didier

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nasa
nasa

ASKER

As you mentioned, there does seem to be a problem with the makefiles.  I have seen a couple of other people mention similar problems.  Thanks

Nasa