OpenCores
Issue List
Problem with toolchain #15
Closed bhargav987 opened this issue over 15 years ago
bhargav987 commented over 15 years ago

Hi, I have downloaded tool chain for or1k & installed it using one single script provided with it (MOFORSOC...sh) Now when I am trying to run /or1k/orp/orp_soc/sim/bin/run_sw for building testcase it is showing en error of or32-uclinux-gcc (4.2.2) not found & I am also not getting it installed anywhere so that I can export it.

Can you please also let me know about that orp_soc,how I can create hex file from assembly file (with instruction set ORBIS32) & how this or1k simulator actually works for this purpose?

-Bhargav

jeremybennett commented over 15 years ago

Hi Bhargev,

Looks like a problem with the script. The error message is just reporting that it cannot find the OR32 gcc command.

What directory did you specify for installation, is the or32-uclinux-gcc command in the bin sub-directory, and if so is that bin directory on your PATH variable.

Please could you add a comment with details of your operating system and environment. That will help diagnosis.

Rich D'Addio is the expert on this. I've assigned the issue to him, to take a look at it.

The orp_soc software includes some utilities which can convert binary to hex files. Have a look in the sw/utils directory.

rdaddio was assigned over 15 years ago
ocghost commented over 15 years ago

Hi Bhargev, Usually the script fails if you don't have the correct support software. If you look on the Opencores gnu_toolchain_port page you will see a list of "apt" commands that list the required packages for Debian/Ubuntu/Gnewsense style packages. You should have something similar for Red Hat style packages such as rpm -i. Also could you check in build/tools/or32-uclinux/bin to see what if anything was built?

If you still can't get it to go please send me the output of the script run and I will take a look at it (rich_daddio@yahoo.com).

Thanks & BR,

Rich d

jeremybennett commented over 13 years ago
<p> These script should now pull down all the commands it needs correctly. </p> <p> Marking closed. </p> <p> Jeremy </p> <p> -- <br /> Tel: +44 (1590) 610184<br /> Cell: +44 (7970) 676050<br /> SkypeID: jeremybennett<br /> Email: <a href="mailto:jeremy.bennett@embecosm.com">jeremy.bennett@embecosm.com</a><br /> Web: <a href="http://www.embecosm.com">www.embecosm.com</a> </p>
jeremybennett closed this over 13 years ago

Assignee
rdaddio
Labels
Request