|
Message
From: Mark<jarvin@e...>
Date: Tue Nov 27 17:16:07 CET 2007
Subject: [openrisc] What is the DYNAMIC_EXECUTION , COMPLEX_EXECUTION,
and SIMPLE_EXECUTION?
Dimitrios Orfanos wrote: > Hi, > I want to run my program on the simulator, so I need start file but I don't > need every time the whole lib. I've tried what you said but I took memory > error from the simulator. I think that I need some guidance on how to write > my own start file. I use Mark's elf toolchain and I want to run my programs > on the simulator. > DO
Something roughly like the hello-uart example (http://www.opencores.org/cvsweb.shtml/or1k/hello-uart/) should work (I think), though you'll have to modify the Makefile to include "-nostartfiles -nostdlib".
|
 |