jacobly0 / fasmg-ez80

fasmg ez80 include files
22 stars 5 forks source link

show all unresolved symbols at link time #20

Closed parisseb closed 1 year ago

parisseb commented 1 year ago

Is it possible to display all unresolved symbols at link time? I expect to have a few hundreds one when trying to link KhiCAS for the first time. Since linking will probably take a couple of minutes or more, it would be awesome to have more than 1 unresolved symbol each time I link!

jacobly0 commented 1 year ago

-e limit Set the maximum number of displayed errors (default 1)

Using the ez80 toolchain it would be something like make EXTRA_LDFLAGS="-e 9999".