<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
 <BR>
I'm building a Mipsel32 toolchain with Qt enabled and ran into an issue when compiling the Qt libs.  I got the following error repeated:<BR>
 <BR>
Error: opcode not supported on this processor: mips1 (mips1) `ll $8,0($4)'<BR>
 <BR>
I was able to correct this by adding -mips32 to the CXX_FLAGS in the makefiles of the failing subprojects. C_FLAGS has -mips32, CXX_FLAGS does not.<BR>
 <BR>
I'm wondering if this is an issue with the buildroot or the Qt configure?<BR><BR>Thanks, Mike<BR>
<BR> <BR><BR><BR></body>
</html>