* [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep
@ 2007-10-29 23:24 Dennis Nguyen
2007-10-30 5:22 ` DENNIS NGUYEN
2007-10-30 8:29 ` Jan Kiszka
0 siblings, 2 replies; 6+ messages in thread
From: Dennis Nguyen @ 2007-10-29 23:24 UTC (permalink / raw)
To: xenomai-help
I followed the README from xenomai to build kernel+xenomai:
-prepare-kernel.sh ...
cd $linux_tree
make menuconfig
make bzImage modules
make modules_install
When ever I used $xenomai_root/configure --enable-x86-sep, It won't
create System.map vmlinux, and initrd under/boot.
I used different combo kernel linux-2.6.20.10 with xenomai-2.3.4.
kernel linux-2.6.22.10 with xenomai-2.4-rc4.
kernel linux-2.6.22.10 with xenomai 2.4-rc5.
The result for the System.map vmlinux, and initrd under /boot are the
same. If I do not used the configure --enable-x86-sep then the files
built under /boot.
Any suggestion please,
Thanks
Dennis
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep
2007-10-29 23:24 [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep Dennis Nguyen
@ 2007-10-30 5:22 ` DENNIS NGUYEN
2007-10-30 8:29 ` Jan Kiszka
1 sibling, 0 replies; 6+ messages in thread
From: DENNIS NGUYEN @ 2007-10-30 5:22 UTC (permalink / raw)
To: xenomai-help
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
Similar issue, after I used $xenomai_root/configure --enable-x86-sep for a i386, and make install. I can't do any make, such as make clean, make menuconfig.
The message was: make: *** No rule to make target 'clean'. Stop.
I had to remove the build and start over.
This issue happened regardless to different combination of kernel and xenomai.
The question is: Do I need to enable-x86-sep for i386. If yes, how can I get vmlinux, initrd, System.map under /boot? Any suggestion to resolve the build problem?
Thanks,
Dennis
PS: I used make install after the $xenomai/configure --enable-x86-sep.
Dennis Nguyen <dennisnguy@domain.hid> wrote: I followed the README from xenomai to build kernel+xenomai:
-prepare-kernel.sh ...
cd $linux_tree
make menuconfig
make bzImage modules
make modules_install
When ever I used $xenomai_root/configure --enable-x86-sep, It won't
create System.map vmlinux, and initrd under/boot.
I used different combo kernel linux-2.6.20.10 with xenomai-2.3.4.
kernel linux-2.6.22.10 with xenomai-2.4-rc4.
kernel linux-2.6.22.10 with xenomai 2.4-rc5.
The result for the System.map vmlinux, and initrd under /boot are the
same. If I do not used the configure --enable-x86-sep then the files
built under /boot.
Any suggestion please,
Thanks
Dennis
[-- Attachment #2: Type: text/html, Size: 1525 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep
2007-10-29 23:24 [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep Dennis Nguyen
2007-10-30 5:22 ` DENNIS NGUYEN
@ 2007-10-30 8:29 ` Jan Kiszka
2007-10-30 8:50 ` Dennis Nguyen
1 sibling, 1 reply; 6+ messages in thread
From: Jan Kiszka @ 2007-10-30 8:29 UTC (permalink / raw)
To: Dennis Nguyen; +Cc: xenomai-help
[-- Attachment #1: Type: text/plain, Size: 742 bytes --]
Dennis Nguyen wrote:
> I followed the README from xenomai to build kernel+xenomai:
> -prepare-kernel.sh ...
> cd $linux_tree
> make menuconfig
> make bzImage modules
> make modules_install
make install?
>
> When ever I used $xenomai_root/configure --enable-x86-sep, It won't
> create System.map vmlinux, and initrd under/boot.
>
> I used different combo kernel linux-2.6.20.10 with xenomai-2.3.4.
> kernel linux-2.6.22.10 with xenomai-2.4-rc4.
> kernel linux-2.6.22.10 with xenomai 2.4-rc5.
> The result for the System.map vmlinux, and initrd under /boot are the
> same. If I do not used the configure --enable-x86-sep then the files
> built under /boot.
>
> Any suggestion please,
> Thanks
> Dennis
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep
2007-10-30 8:29 ` Jan Kiszka
@ 2007-10-30 8:50 ` Dennis Nguyen
2007-10-30 14:38 ` Jan Kiszka
0 siblings, 1 reply; 6+ messages in thread
From: Dennis Nguyen @ 2007-10-30 8:50 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai-help
Yes, I used make install after run $xenomai/configure --enable-x86-sep.
Sorry, I forgot to mention in the previous email
I could not get the System.map. vxlimux, and initrd.
Also make clean, make menuconfig would not work after that.
The message was: make: *** No rule to make target 'clean'. Stop.
I have to remove the kernel and start over.
Thanks,
Dennis
Jan Kiszka wrote:
> Dennis Nguyen wrote:
>
>> I followed the README from xenomai to build kernel+xenomai:
>> -prepare-kernel.sh ...
>> cd $linux_tree
>> make menuconfig
>> make bzImage modules
>> make modules_install
>>
>
> make install?
>
>
>> When ever I used $xenomai_root/configure --enable-x86-sep, It won't
>> create System.map vmlinux, and initrd under/boot.
>>
>> I used different combo kernel linux-2.6.20.10 with xenomai-2.3.4.
>> kernel linux-2.6.22.10 with xenomai-2.4-rc4.
>> kernel linux-2.6.22.10 with xenomai 2.4-rc5.
>> The result for the System.map vmlinux, and initrd under /boot are the
>> same. If I do not used the configure --enable-x86-sep then the files
>> built under /boot.
>>
>> Any suggestion please,
>> Thanks
>> Dennis
>>
>
> Jan
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep
2007-10-30 8:50 ` Dennis Nguyen
@ 2007-10-30 14:38 ` Jan Kiszka
2007-10-30 15:13 ` Dennis Nguyen
0 siblings, 1 reply; 6+ messages in thread
From: Jan Kiszka @ 2007-10-30 14:38 UTC (permalink / raw)
To: Dennis Nguyen; +Cc: xenomai-help
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Dennis Nguyen wrote:
> Yes, I used make install after run $xenomai/configure --enable-x86-sep.
> Sorry, I forgot to mention in the previous email
> I could not get the System.map. vxlimux, and initrd.
> Also make clean, make menuconfig would not work after that.
> The message was: make: *** No rule to make target 'clean'. Stop.
> I have to remove the kernel and start over.
You need to run make install in the kernel directory. The other
"install" is for user land libs, tools, etc.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep
2007-10-30 14:38 ` Jan Kiszka
@ 2007-10-30 15:13 ` Dennis Nguyen
0 siblings, 0 replies; 6+ messages in thread
From: Dennis Nguyen @ 2007-10-30 15:13 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai-help
Thanks Jan,
It worked,
I need to use the $xenomai_root/configure in a build directory which
separated from $kernel_tree.
Regards,
Dennis
Jan Kiszka wrote:
> Dennis Nguyen wrote:
>
>> Yes, I used make install after run $xenomai/configure --enable-x86-sep.
>> Sorry, I forgot to mention in the previous email
>> I could not get the System.map. vxlimux, and initrd.
>> Also make clean, make menuconfig would not work after that.
>> The message was: make: *** No rule to make target 'clean'. Stop.
>> I have to remove the kernel and start over.
>>
>
> You need to run make install in the kernel directory. The other
> "install" is for user land libs, tools, etc.
>
> Jan
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-10-30 15:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 23:24 [Xenomai-help] build kernel missing System.map, vmlinuz, initrd when using $xenomai_root/configure --enable-x86-sep Dennis Nguyen
2007-10-30 5:22 ` DENNIS NGUYEN
2007-10-30 8:29 ` Jan Kiszka
2007-10-30 8:50 ` Dennis Nguyen
2007-10-30 14:38 ` Jan Kiszka
2007-10-30 15:13 ` Dennis Nguyen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.