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

ARM: Can I creat my own project with DEMO uversion3.0

I am trying to creat my own project with DEMO uVersione 3.03. I copied the c and header files from RTX_Blinky sample Keil project which comes with the DEMO software to a new folder. I also made a new project name for it, and did some setting (my ev boad is at91sam7a3-ek). when I do compile, it give me lost of errors:

RTX_blinky.axf: Error: L6218E: Undefined symbol _init_box (referred from rtx_config.o).

RTX_blinky.axf: Error: L6218E: Undefined symbol os_clock_TCB (referred from rtx_config.o).
.....etc.

My question is how this happens, and can I creat my own project with a DEMO wersion.

Thanks a lot....

Ben

Parents Reply Children
  • Thanks for your fast reply.

    I tried to follow this tutorial. the first step is to set the "Components, Environment and Books", (I am using RealView compiler). however once I click OK, a system error notice will be shown: "uVersion IDE has encountered a problem and needs to close". and then the uversion will be closed. Strange..

  • I think you can, do some simple applications, but be careful with the settings.

    I also got nearly the same problem when copy working c file to another project, then it stop working, i don't know why.