munjeni/newflasher

collect2: error: ld returned 1 exit status

kenfallon opened this issue · 2 comments

Running make newflasher.x64 on Fedora release 29 gives the error

/usr/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
make: *** [makefile:24: newflasher.x64] Error 1

I couldn't find a lot on the Internet about this error and I'm not sure what additional information would help.
report.txt

This makefile is hardcoded, you will need to pass linker flags, e.g. 19e558f

If this not help try remove -static flag from makefile.