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'm rather not very used to using external libraries such as these so any feedback is appreciated.
I've also looked at issue #152 and while it might be similar it didn't help as I'm not using g++ to compile.
The text was updated successfully, but these errors were encountered:
dvalnn
changed the title
"Undefined reference to" problem
"Undefined reference to" problem using cmake
Sep 9, 2021
I'm trying to compile a simple serial port list test using cmake.
The serial library was built according to the instructions on the main page (git clone, and all the make options)
The cmake code is as follows and apparently runs fine
However, calling make afterwards run into the undefined reference problems.
and gives me the following output:
the code i'm trying to compile is just a simple port check and its not giving me any warnings on vscode
I'm rather not very used to using external libraries such as these so any feedback is appreciated.
I've also looked at issue #152 and while it might be similar it didn't help as I'm not using g++ to compile.
The text was updated successfully, but these errors were encountered: