|
Hello.
Linux kernel is written for compiling with gcc and uses a lot of small and ugly gcc-hacks. Which compilers can compile linux kernel except gcc?
The one, which can, is the Intel Compiler. What minimal version of it is needed for kernel compiling...
Started by osgx on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Must be compiled....
In short, you cannot, because the kernel code was written to take advantage of the gcc's compiler semantics...and between the kernel and the compiled code, the relationship is a very strong one, i.e.
|
|
While trying to compile a 64 bit linux kernel using gcc, I see the following error :
kernel/bounds.c:1: error: code model ‘kernel’ not supported in the 32 bit mode
kernel/bounds.c:1: sorry, unimplemented: 64-bit mode not compiled in
This is what gcc -...
Started by vivekian2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If your system is a 64bit system then your vendor should be providing you with... .
What system are you running on?
If you host system is running in 32 bit mode you'll have to build a cross-compiler targeting x86_64.
Your compiler is 32-bit.
|
|
How do you read the errors?
I run after having .config -file at /home/aal/build/kernel.
/usr/src/linux-2.6$ make O=/home/aal/build/kernel/
I get
... cut ... CC [M] drivers/staging/go7007/s2250-board.o /usr/src/linux-2.6/drivers/staging/go7007/s2250-board...
Started by Masi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
These in kernel config Device Drivers --> Staging Drivers ..
|
Ask your Facebook Friends
|
On Mon, 30 Jul 2007 19:34:24 +0200, Claudio Scordino <cloud.of.andor@gmail.com> wrote:
Samuel Robb wrote:
> On Fri, 2007-07-27 at 16:43 +0200, Claudio Scordino wrote:
>> Hi all,
>>
>> I have to compile a Linux kernel ...
Answer Snippets (Read the full thread at omgili):
Gt;>
> >> I have to compile a Linux kernel using Cygwin on Windows XP (I know.
|
|
On Fri, 27 Jul 2007 16:43:10 +0200, Claudio Scordino <cloud.of.andor@gmail.com> wrote:
Hi all,
I have to compile a Linux kernel using Cygwin on Windows XP (I know, it's a
very silly thing, but it does not depend on me, unfortunately...)...
Answer Snippets (Read the full thread at omgili):
For cross-compiling a kernel, though, you may want schrieb:
> More....
I would go for
byte-compiling each one as a static object and then going this - Cygwin will handle symbolic
links perfectly well.
On building the kernel.
|
|
[Pending] Scratchbox + Kernel Power 2.6.28 Maemo V46 + Compiling kernel modules (DVB-T)
Hello,
i am trying to run my old DVB-T Stick (Yakumo Quickstick) on
the N900, unfortunately without success so far. On my linux
desktop everything is fine. What i...
Started by BluesLee on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at maemo):
Re: [Unsolved yet] Scratchbox + Kernel Power 2.6.28 Maemo V46 + Compiling kernel modules (DVB-T Maemo V46 + Compiling kernel modules (DVB-T)
I think you need also need to boot the updated zImage yet] Scratchbox + ....
|
|
After a linux kernel upgrade, my VMWare server cannot start until using vmware-config.pl to do some re-config work (including build some kernel modules).
If I update my windows VMWare host with latest Windows Service Pack, I usually not need to do anything...
Started by rIPPER on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On the other hand, Windows has a very stable ....
VMWare needs to be rebuilt to use the ABI in the new kernel.
Linux does not have a stable kernel ABI - things like the internal layout of datastructures, etc changes from version to version.
|
|
I don't quite understand the compiling process of the Linux kernel when I install a Linux system on my machine.
Here are some things that confused me:
The kernel is written in C, however how did the kernel get compiled without a compiler installed? If...
Started by MainID on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The rules about what code can and....
If the CPL bits are 00, the code is said to be running in security ring 0 , also known as kernel mode.
The kernel doesn't.
Also known as "pulling yourself up by the bootstraps".
Our physical environment.
|
|
Hi!
I'm trying to compile a new kernel for a nintendo wii, and I can't get it working. I have compiled the last kernel gentoo-sources from branch 2.6.32 with the mike p5 patches and is working great, but when I try to compile a newer one using the old...
Started by nouboh on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at gentoo):
|
|
Hi I looked for sometime for answers but could not find anything relevant.
Looking to get the ftdi VCP drivers to install on Xoom. Which means I either have to compile a kernel or add them as a module. I can not for the life of me find the correct source...
Started by sgounaro on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at xda-developers):
Clone https://android.googlesource.com/kernel/tegra.git
If you decide to go the route of compiling another kernel source, the easiest way (and a good way to keep snapshots of various configs) would be to use Koush's AnyKernel to ....
|