I have a bunch of old projects using the @ method to hard locate variables at a specific location in data memory, but since I upgraded to XC8 2.0 none of these are working any more!
How do I do this with the latest compiler? I am using XC8 v2.xx.
I also saw this error at my interrupt service routine and I suspect that this is the same problem.
Question
Orunmila
I have a bunch of old projects using the @ method to hard locate variables at a specific location in data memory, but since I upgraded to XC8 2.0 none of these are working any more!
How do I do this with the latest compiler? I am using XC8 v2.xx.
I also saw this error at my interrupt service routine and I suspect that this is the same problem.
My interrupt code looks like this
error: variable has incomplete type 'void'
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.