I have rebuild ghdl in a clean environment, being a new install in a
virtual machine.
gcc = 5.3.0
gnat  = 5.3.0
Slackware 14.2 x86_64

The build completes successfully.

Next I downloaded the dlx example from the documents pages and tried to
build that accordingly.
I do absolutely not get a binary file.

Are there log files which I can check ?

best regards


ST










On Mon, Sep 26, 2016 at 10:18 AM, Simon Thijs de Feber <
st.de.fe...@gmail.com> wrote:

> I tried that.
>
> First of all, it does not produce a binary.
> Second, I still get
>
> ghdl: unknown option '-Wl,-lm' for command '-e'
>
> So something is wrong with my build of GHDL.
>
> bg,
>
> ST
>
>
>
> On Sun, Sep 25, 2016 at 8:09 AM, Rene Doss <d...@gmx.de> wrote:
>
>> Hi,
>>  I can not follow your problem.
>>
>> but I send you my ghdl command how I link it. Perhaps you get an idea.
>>
>>
>>
>>     ghdl -a  --work=work --workdir=work cpu/pkg_mlite.vhd
>>     ghdl -a  --work=work --workdir=work cpu/pkg_alu.vhd
>>     ghdl -a  --work=work --workdir=work cpu/pkg_branch.vhd
>>     ghdl -a  --work=work --workdir=work cpu/pkg_control.vhd
>>     ghdl -a  --ieee=synopsys --work=work --workdir=work tb_sim.vhd
>>
>>     ghdl -e   -Wl,c_sim.o -Wl,-lpthread --ieee=synopsys -fexplicit
>> --workdir=work -Pwork tb_sim
>>     ghdl -r tb_sim  --wave=tbench.ghw
>>
>> Am 23.09.2016 um 12:07 schrieb Simon Thijs de Feber:
>> >
>> > Results of 1 :
>> > It produces the .cf file and ghdl says :
>> > ghdl: unknown option '-Wl,ax_wb_pli.o' for command '-m'
>> >
>>
>>
>> _______________________________________________
>> Ghdl-discuss mailing list
>> Ghdl-discuss@gna.org
>> https://mail.gna.org/listinfo/ghdl-discuss
>>
>
>
_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to