This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR 65

Hi there,

Iam getting error 65 message --- cantest.c(30): error: #65: expected a ";"

when I add the following line of code


unsigned  int StandardFilter[2] _at_ 0xE0038000;

Kindly give me your suggestions.

Parents
  • I meant the following error
    ".\Obj\can_release.axf: error: L6047U: The code in this image is 3184 bytes - this version of the linker will not create images that large
    Target not created"

    Actually as per Keil release notes the evaluation version supports code size upto 16kB so, i have no clue to why this is error is occuring.
    Kindly suggest a way to debug this error.

Reply
  • I meant the following error
    ".\Obj\can_release.axf: error: L6047U: The code in this image is 3184 bytes - this version of the linker will not create images that large
    Target not created"

    Actually as per Keil release notes the evaluation version supports code size upto 16kB so, i have no clue to why this is error is occuring.
    Kindly suggest a way to debug this error.

Children