This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Mixing 32 and 64 bits code is possible??
- From: Miguel Angel Nuñez <miguel dot nunez at datatronics dot es>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 24 Sep 2002 19:35:34 +0200
- Subject: Mixing 32 and 64 bits code is possible??
Hello experts,
I have the following problem, that I think it is impossible, but I'm not sure.
I have my source code compiled for 64 bits. I have to link it with libraries,
that I suspect that where compiled for 32 bits. The thing is not linking
(symbols not found), and I assume it is because of the 64 - 32 bits mixing.
Am I right that it is impossible?? Or maybe it is because of other linking
errors?
Thanks,
Miguel Angel