« Return to Thread: ERR: 8-bit program load out of memory area: 01000074
Dimitrios Orfanos wrote:Hi,
I've managed to create a gnu toolchain for OPENRISC by using the
instructions in this website www.meansoffreedom.net (thanks to Rich). I
wrote simple program:
hello.c
------------
int main()
{
return 0;
}
---------------
I compiled it with the command or32-uclinux-gcc -static -o hello
hello.cwith no problem.
I took the or1ksim 0.2.0. and I did:
./configure --target=or32 (I also tried or32-uclinux)
and then make all.
It compiled with no problem.
Later I copied the hello program in the directory of or1ksim and I gave the
command:
./sim hello
The result was to take messages like this
ERR: 8-bit program load out of memory area: 01000074
I also attach a file with all the messages.
What I want to do is to execute OPENRISC programs on my PC. I don't have any
board (FPGA or with OPENRISC processor) so I want to test my programs for
OPENRISC on my PC.
What am I doing wrong. Do I have to do specific configuration via sim.cfg?
Best Regards,
DO
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
« Return to Thread: ERR: 8-bit program load out of memory area: 01000074
| Free embeddable forum powered by Nabble | Forum Help |