Quote:
|
Originally Posted by StargateFan
Hi,
I am trying to link the user API supplied with the Vex programming kit to a project using Kevin Watson's serial drivers...
|
I don't use MPLAB, but your issues don't look specific to that. It seems like you're on the right track to look at the objects and the link order. The easyC compiler actually lists its link commands in the GUI if you want something to follow. You might also be able to make use of
HobbyVex Not-So-easyC. The makefiles on that page have all the info needed to link properly.
You may have additional issues introduced by the serial code you're using. I have never seen it so someone else will have to tackle that part of it.