Python DLL functions compiling errors
#1
Question 
I'm almost done compiling but I keep getting these compiling/linking (depends, of course, on how far I get in building) errors in 64-bit:

Code:
XBPythonDllFuncs.S:8:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:8:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:9:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:9:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:10:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:10:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:11:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:11:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:12:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:12:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:13:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:13:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:14:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:14:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:15:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:15:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:16:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:16:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:17:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:17:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:18:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:18:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:19:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:19:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:20:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:20:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:21:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:21:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:22:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:22:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:23:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:23:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:24:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:24:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:25:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:25:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:26:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:26:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:27:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:27:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:28:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:28:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:29:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:29:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:30:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:30:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:31:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:31:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:32:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:32:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:33:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:33:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:34:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:34:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:35:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:35:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:36:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:36:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:37:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:37:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:38:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:38:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:39:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:39:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:40:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:40:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:41:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:41:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:42:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:42:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:43:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:43:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:44:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:44:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:45:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:45:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:46:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:46:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:47:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:47:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:48:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:48:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:49:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:49:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:50:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:50:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:51:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:51:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:52:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:52:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:53:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:53:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:54:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:54:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:55:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:55:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:56:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:56:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:57:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:57:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:58:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:58:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:59:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:59:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:60:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:60:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:61:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:61:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:62:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:62:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:63:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:63:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:64:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:64:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:65:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:65:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:66:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:66:cannot do signed 4 byte relocation
XBPythonDllFuncs.S:67:32-bit absolute addressing is not supported for x86-64
XBPythonDllFuncs.S:67:cannot do signed 4 byte relocation
make: *** [XBPythonDllFuncs.o] Error 1

Going through it, it looks like the error has to do with the "jmp" assembly function and a problem with that on 64-bit. Of course, I'm stupid enough not to know where to go from there. Help?
Reply

Logout Mark Read Team Forum Stats Members Help
Python DLL functions compiling errors0