when trying to use the gcc from the crossdev directory to cross-complie
code that (indirectly) includes <asm/sgidefs.h> , we get the warning:
"Please update your GCC to GCC 2.7.2-3 or newer". This happens because the
symbol _MIPS_ISA is not set - consequently compilation barfs when trying
to include <asm/atomic.h> as the wrong section of the header file is used.
Does anyone have a newer version of the cross-compiler, know where we
can get one or how to make one?
K.
--
Conrad Parker conradp@cse.unsw.edu.au
Linux Life: http://www.cse.unsw.edu.au/~conradp/linux/
|