Discussion:
[OpenRISC] or1ksim pull request
Peter Gavin
2014-04-22 23:00:50 UTC
Permalink
I just put up a pull request on or1ksim I'd like someone to look at before
it gets merged.

Also, I guess it isn't set up to notify the list when pull requests are
made to that repo. Does anyone know how to change that?

-Pete
Peter Gavin
2014-04-23 20:22:33 UTC
Permalink
Ok, these are merged now. FYI, I had a few conflicts when cherry picking
onto the or32 branch, though. It seems the trees diverged at some point in
the past.

-Pete
Post by Peter Gavin
I just put up a pull request on or1ksim I'd like someone to look at before
it gets merged.
Also, I guess it isn't set up to notify the list when pull requests are
made to that repo. Does anyone know how to change that?
-Pete
Stefan Kristiansson
2014-05-04 17:39:32 UTC
Permalink
Post by Peter Gavin
Ok, these are merged now. FYI, I had a few conflicts when cherry picking
onto the or32 branch, though. It seems the trees diverged at some point in
the past.
After these got applied, when I try to run 'make check' in the
or32-master branch, I'm greeted with this:

make[4]: Entering directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k/inst-set-test'
make[4]: `libinst-set-test.la' is up to date.
CPPAS is-add-test.o
../../../../or1ksim-or32-master/testsuite/test-code-or1k/inst-set-test/is-add-test.S:
Assembler messages:
../../../../or1ksim-or32-master/testsuite/test-code-or1k/inst-set-test/is-add-test.S:297:
Error: unknown opcode1: `or1k_delayed_nop(l.bnf 53f)'
../../../../or1ksim-or32-master/testsuite/test-code-or1k/inst-set-test/is-add-test.S:297:
Error: unknown opcode1: `or1k_delayed_nop(l.bnf 54f)'
<...>
../../../../or1ksim-or32-master/testsuite/test-code-or1k/inst-set-test/is-add-test.S:1320:
Error: unknown opcode1: `or1k_delayed_nop(l.bnf 59f)'
../../../../or1ksim-or32-master/testsuite/test-code-or1k/inst-set-test/is-add-test.S:1320:
Error: unknown opcode1: `or1k_delayed_nop(l.j 60f)'
make[4]: *** [is-add-test.o] Error 1
make[4]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k/inst-set-test'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k/inst-set-test'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite'
make: *** [check-recursive] Error 1

I haven't made an effort bisecting which commit introduced this, maybe
you can spot it without me doing that?

Stefan
Peter Gavin
2014-05-05 03:03:44 UTC
Permalink
This is fixed and pushed to the or32-master repo now. Sorry about the
breakage :)

-Pete


On Sun, May 4, 2014 at 1:39 PM, Stefan Kristiansson <
Post by Stefan Kristiansson
Post by Peter Gavin
Ok, these are merged now. FYI, I had a few conflicts when cherry picking
onto the or32 branch, though. It seems the trees diverged at some point
in
Post by Peter Gavin
the past.
After these got applied, when I try to run 'make check' in the
make[4]: Entering directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k/inst-set-test'
make[4]: `libinst-set-test.la' is up to date.
CPPAS is-add-test.o
Error: unknown opcode1: `or1k_delayed_nop(l.bnf 53f)'
Error: unknown opcode1: `or1k_delayed_nop(l.bnf 54f)'
<...>
Error: unknown opcode1: `or1k_delayed_nop(l.bnf 59f)'
Error: unknown opcode1: `or1k_delayed_nop(l.j 60f)'
make[4]: *** [is-add-test.o] Error 1
make[4]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k/inst-set-test'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k/inst-set-test'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite/test-code-or1k'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/home/stefan/openrisc/or1ksim/build-or1ksim-or32/testsuite'
make: *** [check-recursive] Error 1
I haven't made an effort bisecting which commit introduced this, maybe
you can spot it without me doing that?
Stefan
Stefan Kristiansson
2014-05-05 05:02:09 UTC
Permalink
Post by Peter Gavin
This is fixed and pushed to the or32-master repo now. Sorry about the
breakage :)
I still get the error, and the commit doesn't match the ChangeLog.
Did you perhaps forget to add some changes to it?

Stefan
Peter Gavin
2014-05-05 05:05:29 UTC
Permalink
Yes, indeed. I forgot to add the assembly files.

They have been pushed.

-Pete


On Mon, May 5, 2014 at 1:02 AM, Stefan Kristiansson <
Post by Stefan Kristiansson
Post by Peter Gavin
This is fixed and pushed to the or32-master repo now. Sorry about the
breakage :)
I still get the error, and the commit doesn't match the ChangeLog.
Did you perhaps forget to add some changes to it?
Stefan
Loading...