> > > +++ Makefile.inc        2014-01-16 09:57:52.000000000 -0500
> > > @@ -56,7 +56,12 @@
> > >  ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),)
> > >    GRT_TARGET_OBJS=i386.o linux.o times.o
> > >    GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS)
> > > -  ADAC=gnatgcc
> > > +  ADAC=ada
> > > +endif
> > > +ifeq ($(filter-out x86_64 freebsd%,$(arch) $(osys)),)
> > > +  GRT_TARGET_OBJS=amd64.o linux.o times.o
> > > +  GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS)
> > > +  ADAC=ada
> > >  endif
> > >  ifeq ($(filter-out i%86 darwin%,$(arch) $(osys)),)
> > >    GRT_TARGET_OBJS=i386.o linux.o times.o
> > > 
> > > [build then test...]
> > > 
> > > $ ghdl -r dlx_test_behaviour --assert-level=note
> > > 0 X"20020000"
> > > 4 X"AC020018"
> > > 8 X"20420001"
> > > 12 X"6441000A"
> > > 16 X"1420FFF0"
> > > 20 X"44000000"
> > > ghdl: exec error
> > 
> > This doesn't look that bad.  Are you trying the development branch
> > or
> > 0.31 ? I may have broken the development branch.
> 
> The DLX processor example, however, generates some unusual output
> that
> ends with a "ghdl: exec error".

This is not so bad, and a good starting point.  Do you know where
things broke ?

Try to debug ./dlx_test_behaviour

Regards,
Tristan.

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

Reply via email to