On Sat, Jan 17, 2015 at 1:15 AM, shen lemonsky <[email protected]> wrote:
> Dear All:
>       I found a issue when install or1ksim recently. Because I failed 
> installing "or32-elf-*" tool chain, I decided to install the latest 
> "or1k-elf-*" tool chain. While based on the install guide, I need to install 
> the "or1k-sim" first so as I can use or1ksim to run test. So the following is 
> the problem I found:
>       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
> [email protected]
> http://lists.opencores.org/listinfo/openrisc


Hi Lemonsky,

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
_______________________________________________
OpenRISC mailing list
[email protected]
http://lists.openrisc.net/listinfo/openrisc

Reply via email to