ghdl does not produce binaries (windows) -
i'm using ghdl studies since couple of months.
now forced use windows , tried use ghdl , gtkwave there also.
my problem is: after i've installed ghdl tried compile code. with:
ghdl -a aa.vhdl ghdl -a bb.vhdl ... ghdl -e test
same used in linux.
but not produce ant output except of work-obj93.cf
if list
ghdl -d
everything seems fine. executes without error message, not binary or anything.
see ghdl user guide 3.1.2 elaboration command
on gnu/linux elaboration command creates executable containing code of vhdl sources, elaboration code , simulation code execute design hierarchy. on windows command elaborates design not generate anything.
...
the actual elaboration performed @ runtime.
on windows command can skipped because done run command.
also see 1.3 ghdl?:
the windows(tm) version of ghdl not based on gcc on internal code generator.
the internal code generator version known mcode generates executable code memory array , not generate object files. there no optimization , no linking foreign object code possible.
Comments
Post a Comment