How to run make from Cygwin environment? -
i trying run linux driver on linux environment .. following instruction run winkvm .. stuck on point run make command using cygwin environment ..
building original kvm drivers using cygwin environment:
cd kvm/kernel ## not type configure make ## id: unrecognised emulation mode: elf_i386 it's not error make cpobjs ## if not directory message, make , try again
how run make command .. console of cygwin.. getting error bash make command not found .. cygwin terminal
you have install make
command.
run cygwin installation/configuration program, setup-x86_64.exe
or setup-x86.exe
(you should have it, downloaded here). when screen lets select packages install, find make
, select (it's under "development" or similar).
then you'll able run make
cygwin bash command line.
Comments
Post a Comment