by snest » Thu Aug 19, 2010 11:45 pm
by snest
Thu Aug 19, 2010 11:45 pm
Alright, so now that we are able to compile basic things, we're encountering more errors when using the RoboIO library.
After including roboard.h, and calling roboio_SetRBVer, our code will compile without error. However when we go to build our code, we receive an undefined reference error with regards to the SetRBVer function.
I've been playing with it for awhile, and haven't found any solution. Hopefully you guys have some ideas.
Solved this one as well. For whatever reason, the argument for including headers in the build statement is fine with just being given a directory to look in, while the argument for including libraries is not. I had to give the argument instructions to look at all .o files for it to see them.
Alright, so now that we are able to compile basic things, we're encountering more errors when using the RoboIO library.
After including roboard.h, and calling roboio_SetRBVer, our code will compile without error. However when we go to build our code, we receive an undefined reference error with regards to the SetRBVer function.
I've been playing with it for awhile, and haven't found any solution. Hopefully you guys have some ideas.
Solved this one as well. For whatever reason, the argument for including headers in the build statement is fine with just being given a directory to look in, while the argument for including libraries is not. I had to give the argument instructions to look at all .o files for it to see them.