« Return to Thread: ERR: 8-bit program load out of memory area: 01000074

ERR: 8-bit program load out of memory area: 01000074

by Dimitri?s Orfanos :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
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.c with 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

apotelesma.gz (19K) Download Attachment

 « Return to Thread: ERR: 8-bit program load out of memory area: 01000074