RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
4.03k stars 1.06k forks source link

OSX Linking fail on cmdhfmfhard.com on 6ac9d2f #357

Closed cjbrigato closed 5 years ago

cjbrigato commented 5 years ago

Describe the bug

Undefined symbols for architecture x86_64:
  "_inflate", referenced from:
      _init_bitflip_bitarrays in cmdhfmfhard.o
  "_inflateEnd", referenced from:
      _init_bitflip_bitarrays in cmdhfmfhard.o
  "_inflateInit2_", referenced from:
      _init_bitflip_bitarrays in cmdhfmfhard.o
ld: symbol(s) not found for architecture x86_64

To Reproduce compile 6ac9d2f on osx Don't know exactly on what commit it started

Expected behavior Linking working

Desktop (please complete the following information):

Additional context

Add any other context about the problem here.

cjbrigato commented 5 years ago

more to come

cjbrigato commented 5 years ago
~/lastpr/summer/proxmark3 master*
❯ grep _init_bitflip_bitarrays -r .
Binary file ./client/obj/cmdhfmfhard.o matches

Well I guess it's hard to link against if we don't have the actual code. Did I mess up with the repo or am I not woke up enough ?

cjbrigato commented 5 years ago

ok my bad, was on my side. This is complicated monday.

Closing

cjbrigato commented 5 years ago

Well not so early, last fullimage just won't boot. hum

cjbrigato commented 5 years ago

aaand my bad again, I was with my full ARM (no thumb) boot rom, so it was expecting ARM start.c etc. closing

doegox commented 5 years ago