linux - when run make it shows make ** no target.stop -


i added prink in /arch/x86/kernel/setup.c , tried run make after modifying file shows errors in title. have makefile in directory , don't know how solve it

you need make sure have run 1 of make xxxconfig options. recommend make localmodconfig. can run make. make sure run make in top level linux source directory , not 1 of sub directories contain lines such obj-o += setup.o ... , no actual build targets.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -