View previous topic :: View next topic |
Author |
Message |
wahorger
Joined: 13 Oct 2014 Posts: 1238 Location: Morrison, CO, USA
|
Posted: Sat Jan 16, 2021 5:25 pm Post subject: SLINK64 does not "fail" when there are errors |
|
|
SLINK contains the option to -HARDFAIL when errors (such as undefined symbols) are encountered.
SLINK64 does not have this as an option. The net effect for a larger MAKE file is that compiling and linking continue unabated.
Is it possible to have this as an option?
Bill |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8067 Location: Salford, UK
|
Posted: Sat Jan 16, 2021 8:46 pm Post subject: |
|
|
SLINK does indeed have the option HARDFAIL though it appears to be undocumented and I had not noticed it before.
It has the effect of terminating SLINK when an unresolved external is encountered.
It should be a simple matter to add this to SLINK64. |
|
Back to top |
|
|
wahorger
Joined: 13 Oct 2014 Posts: 1238 Location: Morrison, CO, USA
|
Posted: Sun Jan 17, 2021 1:23 am Post subject: |
|
|
I found this option in SLINK by accident a long time ago! |
|
Back to top |
|
|
|