You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a custom entry point int startup(void). Using link.exe with the necessary ENTRY:startup flag successfully produces the binary, but results in Error(032): unresolved symbol startup when using radlink.exe.
The text was updated successfully, but these errors were encountered:
I am using a custom entry point
int startup(void)
. Usinglink.exe
with the necessaryENTRY:startup
flag successfully produces the binary, but results inError(032): unresolved symbol startup
when usingradlink.exe
.The text was updated successfully, but these errors were encountered: