Compile files based on bdf on macOS

Nick Clifton nickc@redhat.com
Thu Apr 29 12:43:26 GMT 2021


Hi Peng,

>    "__hex_value", referenced from:

This symbol, and most of the others in your list, is supplied by the libiberty library.
Ie you need to add -libiberty to your command line.


>    "_compress", referenced from:

This symbol is supplied by the z library.  Ie: -lz

Cheers
   Nick



More information about the Binutils mailing list