Hi, Is arm-imx-linux-gcc in your path? The cross toolchain must be in your path, otherwise 'configure' won't find any of its elements like gcc, ar, ...
Regards, -- Pedro Aguilar > Hello Everybody > > I am looking for compiling DirectFB for my IMX/ARM > > In first, I used the option : ./configure > host=arm-linux target=arm-linux > > The effect was that a few library was made (libfusion, > libdirect, libdirectfb), but not the other (the folder > /lib/DirectFB) > With theses few library, it was possible to compile my > program on my PC, and possible to start the execution > of my program on my IMX/ARM. But the lack of library > caused the stop of the execution (But I am sure that > the three library was good) > > Then, I have tried to use the option : ./configure > host=arm-imx-linux target=arm-imx-linux > But in these case, The "make" found the system type : > ... > checking build system type... i686-pc-linux-gnu > checking host system type... arm-imx-linux-gnu > checking target system type... arm-imx-linux-gnu > ... > > But, there is a problem with the compiler : > ... > checking for arm-imx-linux-gcc... no > checking for gcc... gcc > ... > checking for arm-imx-linux-g++... no > checking for g++... g++ > ... > > So, "make" use gcc > But, with gcc, It's sure that "make" works good, but > not for my arm ! > I don't understand because I have exported the good > environment variable : CC=arm-linug-gcc,... > > > Thank you for your help. > > Chris > > > > > > > ___________________________________________________________________________ > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions > ! > Profitez des connaissances, des opinions et des expériences des > internautes sur Yahoo! Questions/Réponses > http://fr.answers.yahoo.com > > _______________________________________________ > directfb-users mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users > > _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
