<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
hi all<br>when cross compiling dbus for mips target i found this problem<br><pre>dbus-launch.c:413: error: impossible constraint in 'asm'<br>dbus-launch.c:414: error: impossible constraint in 'asm'<br>dbus-launch.c:444: error: impossible constraint in 'asm'<br>dbus-launch.c:445: error: impossible constraint in 'asm'<br>dbus-launch.c:451: error: impossible constraint in 'asm'<br>dbus-launch.c:475: error: impossible constraint in 'asm'<br>make[2]: *** [dbus-launch.o] Error 1<br><br>i have this configuration <br>CFLAGS=-I/home/........./libxml2/ -I/home/.........../zlib/include (both of them are cross compilated for mips target)<br>LDFLAGS=-L/home/.........../libxml/lib -L/home/........./zlib/lib<br><br>and i configure using <br>./configure --host=mips-linux<br><br>it seems like the mips-linux-gcc don't look at the his include directorie because the line 413 of dbus-launch.c contain a macro <br>that should be defined in header files of cross compiler.!!!!<br>any idea how to resolve this??<br>thank you all<br><br></pre><br><br /><hr />Téléchargez le nouveau Windows Live Messenger ! <a href='http://get.live.com/messenger/overview' target='_new'>Essayez-le !</a></body>
</html>