Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Mon Aug 07, 2017 6:17 am |
|
|
5.008, was only a beta version of V5 at best.
Now it suggests something in your code is possibly trying to write to a memory address that this is accepting, but the later compiler is not.
Are you using anything like a #ROM statement, or trying to write to the config words?.
The address where it is going wrong, is just below the flash config words.
If posting code, post it using the code buttons, as text, not as pictures. Using the picture means we have to type it back in.
Using 5.009 (the earliest I kept, since before this the compiler didn't basically work), it compiles and loads OK on the current CCSload. |
|