Results 1 to 1 of 1
hi everyone!
I am developing the embedded system of ARM using Ubuntu Linux
I configure kernel-3.2.11 (download from kernel.org) so that creating headers file.
I use the following commands in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-25-2012 #1Just Joined!
- Join Date
- Feb 2012
- Posts
- 3
Error in configuring Kernel

hi everyone!
I am developing the embedded system of ARM using Ubuntu Linux
I configure kernel-3.2.11 (download from kernel.org) so that creating headers file.
I use the following commands in bash shell:
$ cd build-binutils
$ ../binutils-2.10.1/configure --target=$TARGET --prefix=${PREFIX}
where:
$TARGET= arm-linux
${PREFIX}: my entry in filesystems (I defined)
normally it create some subfolders in include folder:
- asm-generic folder: for generic
- asm-arm folder: for target
- linux folder, ...so on
But at this point, it donīt create asm-arm folder.
pleased help me.
thanks a lot!


Reply With Quote
