OpenCores
Issue List
or1ksim-0.5.0rc2 make check from crossbuild-1.0 #143
Closed julius opened this issue over 13 years ago
julius commented over 13 years ago

After installing the toolchain from the crossbuild-1.0.sh script, "make check" in the or1ksim build directory fails:

build-or1ksim$ make check ... ...

make4: Entering directory crossbuild-build/build-or1ksim/testsuite/test-code-or1k/support' /bin/bash ../libtool --tag=CC --mode=compile crossbuild-build/or1ksim-0.5.0rc1/compile -DHAVE_CONFIG_H -I. -I../../../../ or1ksim-0.5.0rc1/testsuite/test-code-or1k/support -I.. -I../../../../or1ksim-0 .5.0rc1/testsuite/test-code-or1k/support -I../../../../or1ksim-0.5.0rc1/testsuit e/test-code-or1k/mc-common -Wall -Werror -g -nostdlib -mhard-div -mhard-mul -MT int.lo -MD -MP -MF .deps/int.Tpo -c -o int.lo ../../../../or1ksim-0.5.0rc1/test suite/test-code-or1k/support/int.c libtool: compile: crossbuild-build/or1ksim-0.5.0rc1/compile -DHAVE_CONFIG_H -I. -I../../../../or1ksim-0.5.0rc1/testsuite/test-code-or1k/support -I.. -I../../../../or1ksim-0.5.0rc1/testsuite/test-code-or1k/support -I../../../../or1ksim-0.5.0rc1/testsuite/test-code-or1k/mc-common -Wall -Werror -g -nostdlib -mhard-div -mhard-mul -MT int.lo -MD -MP -MF .deps/int.Tpo -c ../../../../or1ksim-0.5.0rc1/testsuite/test-code-or1k/support/int.c -fPIC -DPIC -o .libs/int.o crossbuild-build/or1ksim-0.5.0rc1/compile: 123: -DHAVE_CONFIG_H: not found make[4]: *** [int.lo] Error 1 make[4]: Leaving directorycrossbuild-build/build-or1ksim/testsuite/test-code-or1k/support' make3: check-am Error 2 make3: Leaving directory `crossbuild-build/build-or1ksim/testsuite/test-code-or1k/support' make2: check-recursive Error 1 make2: Leaving directory `crossbuild-build/build-or1ksim/testsuite/test-code-or1k'

jeremybennett commented over 13 years ago
<p> Thanks for reporting this. It looks like the script configures Or1ksim without setting the target, which is needed, so the test programs can be built with the tool chain. </p> <p> For now, you can survive without testing Or1ksim. The new version of Or1ksim will get this right, even if you don't specify the target. However it is a good idea to do so. </p> <p> Assigning to Julius, since the script is his baby. </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>
julius was assigned over 13 years ago
jeremybennett commented almost 13 years ago
<p> Transferred to OpenRISC bugzilla (<a href="http://bugzilla.opencores.org/show_bug.cgi?id=30">Bug 30</a>). </p> <p> Marking closed in this bugtracker. </p>
jeremybennett closed this almost 13 years ago

Assignee
julius
Labels
Bug