OpenCores
Issue List
or1ksim-0.5.0rc1 Cygwin build errors #131
Closed julius opened this issue over 13 years ago
julius commented over 13 years ago

Use of isalpha(), islower(), isspace() macros throw a warning, and due use of -Werror, an error.

Files effected: cpu/or32/or32.c, cpu/or32/generate.c, sim-cmd.c

Can be fixed by casting all chars as int.

Error in peripheral/eth.h: "MSG_DONTWAIT" redefined from /usr/include/netinet/in.h

Fixed by removing MSG_DONTWAIT

I recall adding this, but I guess it can be removed again.

That was to be all the issues I encountered while building under Cygwin 7.

julius commented over 13 years ago

Note that it was gcc-3.4.4 under Cygwin 1.7.7.

julius commented over 13 years ago

... and that there's no such thing as Cygwin 7! (Windows machine is running XP 32-bit, not that it matters, I believe.)

jeremybennett commented over 13 years ago
<p> Hi Julius, </p> <p> You did add this stuff. Looks like I made a mess of merging it! </p> <p> I'll fix it for the release. </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 was assigned over 13 years ago
jeremybennett commented over 13 years ago
<p> Can you check this is gone. I went back to the sources and all your fixes are there. </p>
jeremybennett commented almost 13 years ago
<p> Transferred to OpenRISC bugzilla (<a href="http://bugzilla.opencores.org/show_bug.cgi?id=46">Bug 46</a>). </p> <p> Marking closed in this bugtracker. </p>
jeremybennett closed this almost 13 years ago

Assignee
jeremybennett
Labels
Request