Results 1 to 3 of 3
hello everyone
I try to cross compile udev-160 for arm.
I work on a PC i386 with the Debian system.
I started by running "configure" script to generate the makefile:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-14-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
cross compiling udev
hello everyone
I try to cross compile udev-160 for arm.
I work on a PC i386 with the Debian system.
I started by running "configure" script to generate the makefile:
$./configure --host=arm-linux
but I obtain the following error :
checking for acl_init in -lacl... no
configure: error: libacl not found
when I try to installa libacl1-dev :
#apt-get install libacl1-dev
it seems that this library is already installed in my workstation.
could you help me please ?
thanksLast edited by MikeTbob; 05-14-2011 at 11:30 AM.
- 05-14-2011 #2
Your duplicate threads have been deleted, please continue here only.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 05-15-2011 #3Just Joined!
- Join Date
- Jan 2011
- Location
- Fairfax, Virginia, USA
- Posts
- 94
I have never cross compiled udev, but it sounds like your problem is that you need to first cross compile libacl. The library you apt-got sounds like an x86 or x86_64 image. Once you cross compile your library, check your ./configure arguments for paths to dependant libraries like libacl.


Reply With Quote
