Olof Kindgren
2015-01-18 07:31:43 UTC
1. Since the toolchain is the latest "or1k-elf-*", I think/guess the or1k-sim should be configured based on "or1k" while not "or32". That means when I configure the or1ksim during installation process, I should use "../configure --target=or1k-elf --prefix=/opt/or1ksim" while not "../configure --target=or32-elf --prefix=/opt/or1ksim".
2. But the configure command "../configure --target=or1k-elf --prefix=/opt/or1ksim" failed in latest SVN environment(Rev 868). And it sucess when I use git package(git://github.com/openrisc/or1ksim.git).
So it seems some problem in SVN or1ksim which is different with git version.
3. My system is latest ubuntu Desktop 14.04.1 LTS
4. Even I install or1ksim with git version and"or1k-elf" configuration, after finish "or1k-elf-*" toolchain installation also with git version, I still get some error when excute "make check" for or1k-sim. Later I'll post it and hope to get some help.
Thanks!
lemonsky
_______________________________________________
Openrisc mailing list
http://lists.opencores.org/listinfo/openrisc
Hi Lemonsky,2. But the configure command "../configure --target=or1k-elf --prefix=/opt/or1ksim" failed in latest SVN environment(Rev 868). And it sucess when I use git package(git://github.com/openrisc/or1ksim.git).
So it seems some problem in SVN or1ksim which is different with git version.
3. My system is latest ubuntu Desktop 14.04.1 LTS
4. Even I install or1ksim with git version and"or1k-elf" configuration, after finish "or1k-elf-*" toolchain installation also with git version, I still get some error when excute "make check" for or1k-sim. Later I'll post it and hope to get some help.
Thanks!
lemonsky
_______________________________________________
Openrisc mailing list
http://lists.opencores.org/listinfo/openrisc
I would recommend you to use the version from
https://github.com/openrisc/or1ksim since we are not doing any active
development on the code in OpenCores SVN anymore.
The code in SVN should still work though, but it doesn't know about
the or1k target so you would need to set --target=or32-elf for that.
I have heard from other people that there are some errors in the
regression test suite of or1ksim. We need to investigate those, but I
don't think you have to worry. The program should still work just fine
Cheers,
Olof