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
This isn't an issue as such, I just want to point out that you need to pass the -ml switch to BCC when attempting to build from the command line; it'll resolve the link errors. Also be aware that if you don't provide a name for the resulting binary, it'll default to the first source file you provide.. even if it's an assembly file. Don't spend 2 hours running the wrong program while trying to fix bugs and wondering why it isn't working. Learn from my fail.
The text was updated successfully, but these errors were encountered:
Excellent! Thank you! I have a slight memory of having a hard time trying to compile using the command-line. And I just gave up and accepted that I needed to use the IDE, even for a simple build task.
This isn't an issue as such, I just want to point out that you need to pass the
-ml
switch to BCC when attempting to build from the command line; it'll resolve the link errors. Also be aware that if you don't provide a name for the resulting binary, it'll default to the first source file you provide.. even if it's an assembly file. Don't spend 2 hours running the wrong program while trying to fix bugs and wondering why it isn't working. Learn from my fail.The text was updated successfully, but these errors were encountered: