Hi All,
I have a new undefined error on two calls from Main() start up that have compiled right up do now?
Now sure if I butter fingered something or fell asleep at the keyboard and caused this.
Here is the compile results, two "undefined" items which are calls that are in vims.h and should
be satisfied in the build. The build finishes, no undefined in the link stage. I tel it to proceed
and flash the MCU and the code runs find, well seems to. I hate to go forward with any errors
like this being left there.
VIMSConfigure and VIMSModeSet both pop up undefined? (red line under them).
vims.h is still fine and there where it should be, in the SDK folders.
Later in another module (same include files) I use this call and it is ok, defined as such:
I'm not sure what gives, VIMSModeSafeSet() is fine but the other two are now giving an error.
I know this has something to do with ROM vs. NOROM builds and I haven't touched any of those
defines or settings since I first grabbed the Project_One code base a couple of years ago.
Please point me what to check to find the root cause of this surprise error?
Thanks in advance, Marc