-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No rule to make target `arch/i386/kernel/vmlinux.lds' #1
Comments
Looks like the default github .gitignore blocked them for some reason. I just added these and pushed. Let me know if this works. Best, On 12/02/2014 09:58 PM, geeksword wrote:
|
arch/i386/kernel/vmlinux.lds.S:19:37: error: asm-generic/vmlinux.lds.h: No such file or directory |
Fixed. I can't figure out where these git ignore rules are coming from On 12/08/2014 02:26 AM, geeksword wrote:
|
Still missing two files in arch/i386/lib/semaphore.S headers: asm/alternative-asm.i, asm/frame.i |
I went through all ignored files and added any that made sense. Let me know if this fixes the issue. Sorry again for the hassle. On 12/08/2014 08:53 AM, geeksword wrote:
|
I used your recommend.config and linux2.6.22.6 kernel, make, and then:
make[1]: *** No rule to make target
arch/i386/kernel/vmlinux.lds', needed by
__build'. Stop.make: *** [arch/i386/kernel] Error 2
compile enviroment: vmware10, ubuntu-9.10-desktop-i386.iso
The text was updated successfully, but these errors were encountered: