Hi,
I tried to use Cygwin to help me build a linux kernel on my Xilinx VC707 board. I followed this link: wiki.analog.com/.../microblaze
I successfully completed all the steps until the last step "Build kernel". After I command "make simpleImage.vc707_fmcjesdadc1", it shows the following error messages:
User@User /cygdrive/c/linux $ make simpleImage.vc707_fmcjesdadc1 CC scripts/mod/empty.o : No such file or directory make[1]: *** [scripts/Makefile.build:279: scripts/mod/empty.o] Error 2 make[1]: *** Deleting file 'scripts/mod/empty.o' make: *** [Makefile:1205: prepare0] Error 2
Does anybody know what's the reason for this error and how to fix it? thanks.