Chris Cran schrieb:
> Hello everybody
> 
> DirectFB is new for me.
> 
> I have achieved the installation of directFB 1.0.0 for my computer. I can 
> compile and execute directFB programs.
> 
> But now, I would like to put directFB on an embedded system : Freescale IMX21 
> with ARM9.
> 
> So, I have installed a cross-compiler (ELDK) : I can cross-compile programs : 
> they works !
> 
> I have made DirectFB with theses options :
> ./configure --prefix="folder" --host=arm-linux --target=arm-linux (and 
> eventually, but the result is the same, with --enable-static=yes 
> --enable-shared=no --disable-dynamic) ; make ; make install
> 
> Then I have 3 folders in "folder" : include, lib, share. The big difference 
> is that when I make DirectFB for my computer, the folder lib contain a folder 
> named directfb1-0.0 which contain other folders, and when I make DirectFB for 
> my target, theses folders don't exist. I think it's because arm-linux-gcc 
> can't use shared librairies. I can read when I configure DirectFB : 
> (/opt/eldk_arm/usr/arm-linux/bin/ld) supports shared libraries... no)

Does systems/fbdev/fbdev.o get compiled at all?

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to