Tom Vrána wrote:
> Hi,
>
> I'm just hopelesly stuck, trying to make a kernel 2.4.27 for mips SoC
> ADM5120 (MIPS 4Kc). I have the code in a 2.4.18 kernel that I'm able to
> compile. With the code merged in 2.4.27 most of the stuff works, but I
> get the following assembler errors. Like if it doesn't recognize what's
> C and what assembler code ? I am using gcc3.3 toolchain built with
> uclibc with 2.4.27 kernel headers. and I do appreciate any help....
>
> Tom
>
>
> mipsel-linux-uclibc-gcc -D__KERNEL__
> -I/store/devel/adm/linux-2.4.27-mipscvs-20050114/include -c -o
> mipsIRQ.o mipsIRQ.S
It fails to add -D__ASSEMBLY__ for some reason. I guess the cause is
some broken Makefile in your tree.
Thiemo
|