How to Build an example manually #3830
Unanswered
nonunknown777
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The simplest thing would be to Since this is C++, you can't use the plain C compiler. You also need to compile/link with the common stuff (in You'll need to compile and then link with at these additional modules:
Basically, it's going to be a pain. So why not let |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to build examples/simple manually using gcc after I did make, I tried:
gcc simple.cpp -I../../common/ -I../../spm-headers
but still getting error:
Beta Was this translation helpful? Give feedback.
All reactions