|
I don't know what went wrong, but something's gone awry, and I can no longer build kernels. I'm using genkernel, with these options:
Code: INSTALL="yes"
OLDCONFIG="yes"
MENUCONFIG="yes"
CLEAN="yes"
MRPROPER="yes"
MOUNTBOOT="yes"
SAVE_CONFIG="yes"
USECOLOR...
Started by theosib on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at gentoo):
Error 2
make: *** [drivers] Error 2 When I try to compile 3.0.7, a kernel that I have successfully: : When I try to compile 3.0.7, a kernel that I have successfully compiled in the past, I get.
|
|
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):
VMWare....
To release, there is no way for a binary kernel module like VMWare's to work reliably on multiple kernelsLinux 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):
And only....
What happens with those else.
The question and compile a kernel someplace, and read it on an empty (no OS) virtual machine.
With a C compiler can compile the kernel from the source code into the binary image.
|
Ask your Facebook Friends
|
Posted 18 January 2012 - 08:42 AM
This is a porting of the johane hack for C91 kernel to our C71: I tried to reach 1 GHz but the system become unstable and some apps (Mail, Market, ...) started to crash so I limit OC to 900 MHz for now.
These are the ...
Started by Jacopo on
, 20 posts
by 8 people.
Answer Snippets (Read the full thread at slatedroid):
These are the modded kernels if someone wants to test them:
GB 1F kernel @ 900 MHz ( Tested : KainXS )
Download....
These are the modded kernels if someone wants to test them:
1F kernel from latest ICS release @ 900 MHz (Tested.
|
|
Hi there
I am trying to integrate CUDA and openCV in a project. Problem is openCV won't compile when NVCC is used, while a normal c++ project compiles just fine. This seems odd to me, as I thought NVCC passed all host code to the c/c++ compiler, in this...
Started by zenna on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The Cuda.rules file provided with the SDK will....
This is particularly easy with Visual Studio, create your project want to run a CUDA function, create the kernel and a wrapper in one or more .cu files.
For the kernels and host "wrappers".
|
|
I'm trying to write a program that uses fattach but the compiler says fattach not implemented. I have included the header file stropts.h. what should I do?
Started by Anonymous on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The fattach() function.
Other options include waiting for somebody to write fattach() support for current kernels and submitting a patch for it yourself.
Or to downgrade to a kernel version 2.4.5 or lower.
|
|
Hello,
I am hoping someone can give me a shove in the right direction with this problem I am having. I have a cluster of desktops with Intel 82578DM onboard GigE NICs. I have located the driver source tarball on the intel website and extracted it.
My ...
Started by stuart23 on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at linuxquestions):
I just need to know how to get drivers....
I'd reckon it's likely compiled the standard drivers that show up in menuconfig into kernels and they have worked fine.
Ship the initrd with the kernel (PXE supports this).
Without an initrd.
|
|
For now i have resolve after install the FLGRX included in UBUNTU official repository.
In AMD forum i have read some people have so many problems with ATI driver 12.2 and 12.3 and, if i don't commit an error, latest FLGRX it's based on Catalyst 11.8.....
Started by DjDiabolik on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at linuxquestions):
Sh make.sh ( to build....
Kernel Module : Failed to compile kernel module - please consult readme.
|
|
Hi,
I wanted to have another kernel 3.0.4 on ubuntu 11.04, with my own configuration options(not a pre built kernel).For that i followed the steps below.
1) Downloaded the kernel-3.0.4
2) make menuconfig
3) make
4) sudo make install
and the contents of...
Started by Mayurapriyan on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at linuxquestions):
Fakeroot make-kpkg --jobs=....
Looks like you left an important configuration out.It is always best, if you don't do anything .
|
|
Posted 23 April 2012 - 09:05 AM
Hi,
GPU Tesla 2070
I have a kernel which is quite big and results in lot of spills -
568 bytes stack frame, 1028 bytes spill stores, 1116 bytes spill loads
This results in many local loads and stores - and also heavy dependence...
Started by sidxavier on
, 5 posts
by 1 people.
Answer Snippets (Read the full thread at nvidia):
I will to analyse....
This was very helpful.
Variable Y is used in a complex (maybe nested) loop and has not be unrolled Tera .
Double X[4],Y[4];
variable X at compile time.
So suppose I have two arrays declared in my kernel.
A different index).
|