Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building using the command line #2

Open
sethballantyne opened this issue Jul 11, 2023 · 1 comment
Open

Building using the command line #2

sethballantyne opened this issue Jul 11, 2023 · 1 comment

Comments

@sethballantyne
Copy link

sethballantyne commented Jul 11, 2023

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.

@jacmoe
Copy link
Owner

jacmoe commented Aug 16, 2023

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 really helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants