Tagged Questions
1
vote
1answer
68 views
Ubuntu make fails with No such file or directory /lib/modules/3.4.0/build
I am trying to build the CP210x driver for the 3.x.x kernel on ChrUbuntu.
Build instructions: Ubuntu:
make ( your cp210x driver )
cp cp210x.ko ...
0
votes
0answers
111 views
make: i686-linux-gcc: Command not found
I am using Ubuntu-11.10 amd64 and trying to cross-compile a linux-2.6.38.8 kernel for a 32-bit target.I tried
make CROSS_COMPILE=i686-linux- ARCH=i386
But I got error
make: i686-linux-gcc: ...
0
votes
3answers
483 views
No targets specified and no makefile found. Stop. Makefile ubuntu
When I execute the command sudo make I get this error:
No targets specified and no makefile found. Stop.
9
votes
1answer
906 views
What happens in each step of the Linux kernel-building process?
I've read many tutorials about how to build custom kernels and boot Ubuntu using those kernels, and successfully followed the guides and booted custom kernels, but I have no understanding about what ...