search for: cczhifk7

Displaying 1 result from an estimated 1 matches for "cczhifk7".

2003 Nov 21
1
[LLVMdev] Linkage Types
Okay, I'm past the GEP "have to dereference pointer first" problem of my last post. I now have a linkage error (I get undefined symbol when I try to assemble the program). gcc -o test.o test.s says: > /tmp/cczhiFk7.o(.text+0x7): In function `a': > : undefined reference to `_index_' _index_ is defined like this: > %_index_ = external global long ; <long*> [#uses=12] But, that's not what I expected to get when I defined it in the compiler like this: > TheIndex = new...