Proxmark / proxmark3

Proxmark 3
http://www.proxmark.org/
GNU General Public License v2.0
3.09k stars 901 forks source link

Unable to compile on fedora 35 #989

Closed damnms closed 2 years ago

damnms commented 2 years ago

not sure if this is related to proxmark (guess not?), but thought maybe someone here can help me and maybe also note that in some README that, if its not possible to build for fedora 35, to maybe mention that

[oli@fedora ~]$ cd proxmark3
[oli@fedora proxmark3]$ make

===================================================================
Version info:      RRG/Iceman/master/v4.14434-63-g30d71a60f
Platform name:     Proxmark3 RDV4
PLATFORM:          PM3RDV4
PLATFORM_FPGA:     xc2s30
PLATFORM_SIZE:     512
Platform extras:   No extra selected
Included options:  SMARTCARD FLASH -DRDV4 LF HITAG EM4x50 EM4x70 ISO15693 LEGICRF ISO14443b ISO14443a ICLASS FELICA NFCBARCODE HFSNIFF HFPLOT
Standalone mode:   LF_SAMYRUN
===================================================================
[*] MAKE client/all
===================================================================
Version info:      RRG/Iceman/master/v4.14434-63-g30d71a60f
Client platform:   Linux
GUI support:       QT4 found, enabled ()
native BT support: Bluez not found, disabled
Jansson library:   system library not found, using local library
Lua library:       system library not found, using local library
Python3 library:   Python3 v3.10 found, enabled
Readline library:  enabled
Whereami library:  system library not found, using local library
Lua SWIG:          wrapper found
Python SWIG:       wrapper found
compiler version:  gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)
===================================================================
[*] MAKE deps/amiitool/libamiibo.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/cliparser/libcliparser.a
PLATFORM Linux
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/hardnested/libhardnested.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/liblua/liblua.a for linux
make[3]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/jansson/libjansson.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE obj/libmbedtls.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/reveng/libreveng.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/tinycbor/tinycbor.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE deps/whereami/libwhereami.a
make[2]: Für das Ziel „all“ ist nichts zu tun.
[*] MAKE bootrom/all
compiler version:  arm-none-eabi-gcc (Fedora 11.1.0-0.fc35) 11.1.0
[=] LD obj/bootrom.elf
/usr/lib/gcc/arm-none-eabi/11.1.0/../../../../arm-none-eabi/bin/ld: cannot find -lgcc
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:55: obj/bootrom.elf] Fehler 1
make: *** [Makefile:131: bootrom/all] Fehler 2
pwpiwi commented 2 years ago

Issues with RRG repository have to be reported in the RRG repository: https://github.com/RfidResearchGroup/proxmark3