Results 1 to 2 of 2
Hello all,
I am trying to build a kernel for mips architecture using the following command,
> make ARCH=mips CROSS_COMPILE=mips-wrs-linux-gnu-mips_softfp-glibc_small- menuconfig
> Makefile:412: *** mixed implicit and normal rules. Stop.
...
- 08-17-2011 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 26
kernel make error
Hello all,
I am trying to build a kernel for mips architecture using the following command,
> make ARCH=mips CROSS_COMPILE=mips-wrs-linux-gnu-mips_softfp-glibc_small- menuconfig
> Makefile:412: *** mixed implicit and normal rules. Stop.
when i checked the line 412, it is
config %config: scripts_basic outputmakefile FORCE
when i changed the above line to
%config: scripts_basic outputmakefile FORCE, it started building successfully.
any guess, what effect it made to build.
Thanks
Ravi.
- 08-17-2011 #2Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
errrrr, i just up..


Reply With Quote
