<html>
<head>
</head>
<body>
<tt><font color="#000000"> I want to use KDevelop to develop a programs for
arm plateforme, <br /="">
But I have a problem when I compile my project.<br /="">
<br /="">
Compiler configuration:<br /="">
--------------------------<br /="">
This computer is : i386<br /="">
OS : linux 8.0<br /="">
<br /="">
Target machine : arm<br /="">
plate-forme : linux<br /="">
compiler C command system : arm-uclinux-gcc<br /="">
compiler C++ command system : arm-uclinux-gcc<br /="">
<br /="">
<br /="">
Project Options :<br /="">
------------------<br /="">
<br /="">
Flags and Warnings :<br /="">
------------------------<br /="">
<br /="">
Compiler C flags (CFLAGS) :<br /="">
-------------------------------<br /="">
-g -O -Wall -mapcs-32 -mcpu=arm7tdmi -fpic -msingle-pic-base -mno-got -msoft-float
-D__uclinux__<br /="">
<br /="">
It's the same for Compiler C++ flags (CFLAGS) <br /="">
<br /="">
Liniker Flags (LDFLAGS) :<br /="">
<br /="">
/usr/local/NETLx/userapps/glibc_apps/rt_init/user.ld<br /="">
<br /="">
When I validate I obtain :<br /="">
Exécute «./configure» dans le dossier contenant les fichiers sources <br /="">
checking build system type... i386-pc-linux-gnu <br /="">
checking host system type... i386-pc-linux-gnu <br /="">
checking target system type... i386-pc-linux-gnu <br /="">
checking for a BSD compatible install... /usr/bin/install -c <br /="">
checking for -p flag to install... yes <br /="">
checking whether build environment is sane... yes <br /="">
checking for mawk... no <br /="">
checking for gawk... gawk <br /="">
checking whether make sets ${MAKE}... yes <br /="">
checking for style of include used by make... GNU <br /="">
checking for i386-linux-g++... arm-uclinux-gcc <br /="">
checking whether we are using the GNU C++ compiler... no <br /="">
checking whether arm-uclinux-gcc accepts -g... no <br /="">
checking dependency style of arm-uclinux-gcc... gcc <br /="">
checking for i386-linux-gcc... arm-uclinux-gcc <br /="">
checking for C compiler default output... a.out <br /="">
checking whether the C compiler works... configure: error: cannot run C
compiled programs. <br /="">
If you meant to cross compile, use `--host'. <br /="">
<br /="">
<br /="">
But if I delete all the options and I remplace the Makefile generated by
Kdevelop by my Makefile , I have no problem and I obtain my program for the
arm plate-forme.<br /="">
<br /="">
Please can you help me, <br /="">
<br /="">
Thanks for you.<br /="">
<br /="">
Abdeslam.</font></tt>
</body>
</html>