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

Getting started with Realview

Hello to everyone,

getting started with Realview seems to be a little complicated.
The Blinky exampe works. But after adding a printf everything went wrong.
Now i followed the advices and files in my project are:
ADuC702x.S (this is the Startup)
Serial.C (putchar & _getkey)
Retarget.C
My_hallo_blinky.C (just helloworld)

When rebuild all target files i get:
Error L6218E undefined symbol undef_Handler(referred from Aduc702x.o)
Error L6218E undefined symbol SWI_Handler (referred from Aduc702x.o)
Error L6218E undefined symbol Pabt_Handler (referred from Aduc702x.o)
Error L6218E undefined symbol Dabt_Handler (referred from Aduc702x.o)
Error L6218E undefined symbol IRQ_Handler (referred from Aduc702x.o)
Error L6218E undefined symbol FIQ_Handler (referred from Aduc702x.o)

I think i will start a long long vacation in a funny farm!

Parents
  • Same problem that I had when I started. I'm using the STR73x part. I'm using STR73x.s:
    1) Bring the file up into the editor and select the Configuration Wizard.
    2) Check "EIC and Exception Handlers"
    3) Find 73x_it.c and bring it into your project.
    4) Install any handlers you have into this file or add a function call to the handler.

Reply
  • Same problem that I had when I started. I'm using the STR73x part. I'm using STR73x.s:
    1) Bring the file up into the editor and select the Configuration Wizard.
    2) Check "EIC and Exception Handlers"
    3) Find 73x_it.c and bring it into your project.
    4) Install any handlers you have into this file or add a function call to the handler.

Children
No data