I bought a Mini2440 ARM9 board based on the Samsung S3C2440 chip.
I am trying to compile/run the demo: C:\keil\ARM\Boards\Samsung\S3C2440\RTX_Blinky
But when I hit build, it says: Build target 'S3C2440' linking... .\Obj\Blinky.axf: Error: L6218E: Undefined symbol os_stk_overflow (referred from rt_hal.o). Target not created
What am I doing wrong?
Also is there any tutorial I can read how to do something simple like blink the LED on my board?
I am an experienced C/C++ user so that is not a problem but I do not know how to set up the project.
Thank you and I look forward to developing some ARM applications with Keil.
I have a small project. I wish to port approximately 15 lines of C++ code to Keil MDK-ARM to run on Mini2440. Code needs to be compiled into .BIN file and run at bootup. Problem is I don't know how to setup Keil project on mini2440.
Should only take <15mins.
Will pay $125 + possible larger project. Send me email to mcjonster@yahoo.com
Maybe see this: http://www.keil.com/support/man/docs/rlarm/rlarm_ar_artxarm.htm
The topic Create New RTX Application provides a step-by-step introduction that explains you how to create RTX applications.