Bengt, FD_ZERO is a macro used to initialise an fd_set structure prior to using select(). These are OS-provided, so if they won't compile then this suggests that you're using the wrong headers for the target.
Cheers, Wez @ RealVNC Ltd. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bengt Hammarlin > Sent: 12 February 2007 10:33 > To: [email protected] > Subject: impossible constraint in `asm' > > Compiling for ARM using SnapGear Embedded toolchain I get the > following error > when building in the "unix" directory > ../tx/TXDialog.h: In member function `bool TXDialog::show()': > ../tx/TXDialog.h:63: error: impossible constraint in `asm' > > > Command sequence: > ./configure --target=elf32-littlearm --prefix=/arm/vnc/common > --exec-prefix=/arm/vnc/bin > make > > It appears to me as a problem with the macro FD_ZERO which I > cannot even > locate. (I am not an X-programmer) > > I would much appreciate any help > > > Bengt Hammarlin > Software Designer > > navAero Ab > Fvrredsgatan 4 > 856 33 Sundsvall > > Phone +46 (60) 664100x74404 > _______________________________________________ > VNC-List mailing list > [email protected] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
