On 29/05/15 17:14, Adam Jensen wrote:
Compilation on a FreeBSD amd64 platform fails with these results:
http://leaf.dragonflybsd.org/~marino/ghdl-0.32.log
Excerpt:
ghdl -a --GHDL1=./ghdl1 --ieee=none -O2 -g --std=87 --bootstrap --work=std
../../src/std/textio_body.v87
textio_body.s: Assembler messages:
textio_body.s:40: Error: unknown .loc sub-directive `discriminator'
[errors of this type continue...]
This is on the tip of the master branch. FreeBSD-x86 seems to work great and
makes it through the testsuite without any failures. BTW - many kudos for the
improvements to the testsuite!
Any ideas on how to explore the amd64 problem?
Apparently your assembler supports the discriminator. From the log, I
can see:
checking assembler for line table discriminator support... yes
Does ghdl uses /usr/local/bin/as ? What is the output of:
$ ghdl --disp-config ?
A workaround is to remove '-g'.
Regards,
Tristan.
_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss