Advertisement
Guest User

make ARCH="arm" CROSS_COMPILE="armv4-softfloat-linux-gnueabi

a guest
Feb 20th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. ASUS linux-2.6.20 # make ARCH="arm" CROSS_COMPILE="armv4-softfloat-linux-gnueabi-"
  3. Makefile:1442: *** mixed implicit and normal rules. Stop.
  4. ASUS linux-2.6.20 #
  5.  
  6. vim Makefile
  7.  
  8.  
  9. # Modules
  10. / %/: prepare scripts FORCE #line 1442
  11. $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
  12. $(build)=$(build-dir)
  13. %.ko: prepare scripts FORCE
  14. $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
  15. $(build)=$(build-dir) $(@:.ko=.o)
  16. $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement