Weirdness in mips build.

Rob Landley rob at landley.net
Tue Feb 13 00:04:23 UTC 2007


Chugging along, it hit:
  AS ldso/ldso/mips/resolve.oS
ldso/ldso/mips/resolve.S:26:4: error: invalid preprocessing directive #Save
ldso/ldso/mips/resolve.S:29:4: error: invalid preprocessing directive #Save
ldso/ldso/mips/resolve.S:32:4: error: invalid preprocessing directive #Modify
ldso/ldso/mips/resolve.S:35:4: error: invalid preprocessing directive #Compute
...

I.E. it's running the C preprocessor against a file containing
#assembly comments.

The comments themselves date back to svn 10498, but the #if _MIPS_SIM... 
around them is from svn 16506, and that's what seems to have broken this for 
me.

Anybody want to take a look?

Rob
-- 
"Perfection is reached, not when there is no longer anything to add, but
when there is no longer anything to take away." - Antoine de Saint-Exupery



More information about the uClibc mailing list