i386 is the mark used on the Intel 80386 processor
15
votes
4answers
41k views
Undefined symbols for architecture i386 [duplicate]
Possible Duplicate:
symbol(s) not found for architecture i386
I have an app to complete, and when I start trying to understand what the previous developer did (it was done with Xcode 3 I ...
4
votes
2answers
235 views
GCC extended asm, struct element offset encoding
I am trying to write a small piece of my code in GCC style extended asm (x86-64 target) and am having trouble encoding struct offsets.
I have a struct s with a member size_t a[], a pointer to such a ...
0
votes
1answer
620 views
Undefined symbols for architecture i386 using protobuf
I'm trying to make an app that uses Protocol Buffers. I'm getting this error, any idea why?
Ld ...
4
votes
2answers
771 views
i386 vs. AMD64 ABI Differences
Where can I find all the differences in data types between the i386 & AMD64 Application Binary Interface(ABI)s ?
I know that the long type is 32-bit in i386 ABI & 64-bit in AMD64. Is this ...
2
votes
4answers
3k views
Division and modulus using single divl instruction (i386, amd64)
I was trying to come up with inline assembly for gcc to get both division and modulus using single divl instruction. Unfortunately, I am not that good at assembly. Could someone please help me on ...
1
vote
2answers
3k views
How do I build Universal binaries (ppc/i386) using Xcode 3.2.2 for OSX?
I am trying to build a universal binary for a project at work, but I can't seem to get Xcode set up properly to do so.
I am familiar with the Apple Documentation regarding this, but apparently I am ...
0
votes
1answer
1k views
symbol(s) not found for architecture i386 about opencv
I am studying opencv for ios now.After I download example codes from github.com/macmade, i complie and run the program, everything is OK. However, when i add some opencv codes as bellow:
IplImage* ...