Skip to content
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

Open
ghost opened this issue Dec 3, 2014 · 5 comments
Open

No rule to make target `arch/i386/kernel/vmlinux.lds' #1

ghost opened this issue Dec 3, 2014 · 5 comments

Comments

@ghost
Copy link

ghost commented Dec 3, 2014

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

@donporter
Copy link
Contributor

Looks like the default github .gitignore blocked them for some reason.
Sorry about that.

I just added these and pushed. Let me know if this works.

Best,
Don

On 12/02/2014 09:58 PM, 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


Reply to this email directly or view it on GitHub
#1.

@ghost
Copy link
Author

ghost commented Dec 8, 2014

arch/i386/kernel/vmlinux.lds.S:19:37: error: asm-generic/vmlinux.lds.h: No such file or directory
make[1]: *** [arch/i386/kernel/vmlinux.lds] Error 1
make: *** [arch/i386/kernel] Error 2

@donporter
Copy link
Contributor

Fixed. I can't figure out where these git ignore rules are coming from
(they aren't in the top-level .gitignore).

On 12/08/2014 02:26 AM, geeksword wrote:

arch/i386/kernel/vmlinux.lds.S:19:37: error:
asm-generic/vmlinux.lds.h: No such file or directory
make[1]: *** [arch/i386/kernel/vmlinux.lds] Error 1
make: *** [arch/i386/kernel] Error 2


Reply to this email directly or view it on GitHub
#1 (comment).

@ghost
Copy link
Author

ghost commented Dec 8, 2014

Still missing two files in arch/i386/lib/semaphore.S headers: asm/alternative-asm.i, asm/frame.i

@donporter
Copy link
Contributor

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:

Still missing two files in arch/i386/lib/semaphore.S headers:
asm/alternative-asm.i, asm/frame.i


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant