On 30/09/15 13:04, Joris van Rantwijk wrote:
On 2015-09-29, Tristan Gingold wrote:
I'd like to build the release this week.  Can you confirm that
your favorite testbench/testsuite works with the tip ?

When building the LLVM backend on i386, I get compiler errors.

src/grt/config/jumps.c: In function ‘grt_sigsegv_handler’:
src/grt/config/jumps.c:92:7: error: ‘uctxt’ undeclared (first use in
this function)
    if (uctxt->uc_mcontext.gregs[REG_TRAPNO] == 4)
        ^
src/grt/config/jumps.c:92:7: note: each undeclared identifier is
reported only once for each function it appears in
src/grt/config/jumps.c:92:32: error: ‘REG_TRAPNO’ undeclared (first use
in this function)
    if (uctxt->uc_mcontext.gregs[REG_TRAPNO] == 4)
                                 ^
src/grt/Makefile.inc:110: recipe for target 'jumps.o' failed

Should be fixed now.  Sorry, I didn't try this configuration after
the changes in config/

Thanks!
Tristan.


_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to