LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   Cross-Compile some libraries for FriendlyARM (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/cross-compile-some-libraries-for-friendlyarm-876107/)

striker07 04-20-2011 07:56 AM

Cross-Compile some libraries for FriendlyARM
 
Hello!

I'm developing for a ARM kit (at the moment, FriendlyARM mini6410, but I'll change for mini2440). I need to cross compile some libraries 'non-default', most especifically libfprint and SDL (Simple Directmedia Library).

I copy the cross-compiler in the DVD, but I don't know how to start (I've worked in another project with ARM, but I only used the default C libraries in it).

Can someone help me with infos, step by step, tutorial or anything else that can solve my problem.

Thanks!

cnxsoft 04-21-2011 05:36 AM

You would usually go to the library directory and type some like following:

Quote:

./configure --host=i686 --target-arm-linux --prefix=/path_to_your_toolchain
make
make install
This is the most common case, but there are some different method which are usually explained in the README or INSTALL file.


All times are GMT -5. The time now is 04:04 AM.