Ok, i found a solution to compile without problem. <br>In fact, in my 32bits chroot, i must to mount "/usr/lib/x86_64-linux-gnu" + "/lib64" + "/lib/x86_64-linux-gnu" from my 64bits chroot.<br>
<br>Exemple :<br>mkdir chroot32/lib64 && mount -B chroot64/lib64 chroot32/lib64<br>mkdir chroot32//usr/lib/x86_64-linux-gnu && mount -B chroot64//usr/lib/x86_64-linux-gnu chroot32//usr/lib/x86_64-linux-gnu<br>
etc...<br><br>But with this solution, i don't know how to create package with the debian folder (rules files & Co)<br>