Undefined symbols for architecture armv7

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
yaxinhoo
Gremlin
Posts: 173
Joined: Sun Jun 06, 2010 4:34 pm

Undefined symbols for architecture armv7

Post by yaxinhoo »

in libZZip i had choose the architecture for armv7 . but when i link the app. i got the following errors . any suggestions ?

the source from ogrekit.

Code: Select all

Undefined symbols for architecture armv7:
  "___zzip_aligned4", referenced from:
      ___zzip_parse_root_directory in libZZip.a(zip.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)