Hi,

Also export CROSS_COMPILE_PREFIX=/*target file system root*/
in addition to the below paths so that it takes the required libraries from
target filesystem instead of build PC.

Regards,
Harinandan S


On Thu, Jun 4, 2009 at 11:11 PM, haithem rahmani
<haithem.rahm...@gmail.com>wrote:

>  Hi,
>
> to cross compile DirectFB first you should set some envrirement vars:
>
> target : your target arch for example "arm"
> CC : <target_compiler>
> LD : <target_ld>
> NM :<target_nm>
> AR : <target_ar>
> RANLIB : <target_runlib>
> PATH : add here the path to your  target "autotools"
> PKG_CONFIG_PATH : set here the path where to find the target  "*.pc" files
> FREETYPE_CONFIG <target>-freetype-config
>
> once set
> run: ./configure --target=${target}  --with-gfxdrivers=davinci
>
> this should work
>
> for more options type :./configure --help.
>
> regards.
>
>
>   On Thu, Jun 4, 2009 at 12:18 PM, Das, Arnav <arnav...@ti.com> wrote:
>
>>    Hi,
>>
>>
>>
>> I am a newbie on DirectFB and Da Vinci. Could someone help me with cross
>> compiling DirectFB 1.2.8 on the host linux machine to work on a Da Vinci
>> dm644x board.
>>
>> Is there a link which I can follow?
>>
>>
>>
>> Thanks
>>
>> Arnav
>>
>> _______________________________________________
>> directfb-users mailing list
>> directfb-users@directfb.org
>> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>>
>>
>
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
>
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to