11-25-2022, 11:16 AM
Out of all that, there's only one really useful line of information in it:
i386 architecture of input file `internal\temp/data.o' is incompatible with i386:x86-64 output
Somehow you've got a 32-bit data file, which isn't going to work with a 64-bit compiler.
And I has no idea how you'd do that, much less how one would go about fixing it. Let's wait and see what some of the others, who are a lot more versed in the c-side of things than me, can tell us about this type glitch.
Code: (Select All)
d:/qb64/internal/c/c_compiler/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: i386 architecture of input file `internal\temp/data.o' is incompatible with i386:x86-64 output
i386 architecture of input file `internal\temp/data.o' is incompatible with i386:x86-64 output
Somehow you've got a 32-bit data file, which isn't going to work with a 64-bit compiler.
And I has no idea how you'd do that, much less how one would go about fixing it. Let's wait and see what some of the others, who are a lot more versed in the c-side of things than me, can tell us about this type glitch.