Fedora15编译Shiner SDK

shiner的SDK在Fedora 15上面编译会有些问题:
 
/home/jacky/Gingerbread/SRC/target/src/sd/os/oslinux/comps/rootfs/busybox/busybox-1.16.1/Makefile:431: *** mixed implicit and normal rules.  Stop.
gmake[4]: *** [silentoldconfig] Error 2
gmake[3]: *** [/home/jacky/Gingerbread/SRC/target/output/objs/busybox-1.16.1/.configured] Error 2
gmake[2]: *** [linux_rootfs] Error 2
gmake[1]: *** [all] Error 2
make: *** [sdk] Error 2
原因是新版本的make的语法有改动:
line 431:config %config: scripts_basic outputmakefile FORCE -> %config: scripts_basic outputmakefile FORCE
 
line 1279:/ %/: prepare scripts FORCE -> %/: prepare scripts FORCE

你可能感兴趣的:(职场,sdk,fedora,休闲,15,shiner)