Re: [Ghdl-discuss] GHDL Undefined Reference

2009-02-18 Thread Tristan Gingold
On Tue, Feb 17, 2009 at 10:38:25PM +0100, Sylvere Teissier wrote: > Peter LaDow wrote: > > I have a module that fails during elaboration with the following message: > > > > uart_t0.o: In function `work__uart_t0__ARCH__behav__uart_file_con__PROC': > > uart_t0.vhd:(.text+0x379c): undefined reference

Re: [Ghdl-discuss] GHDL Undefined Reference

2009-02-17 Thread Peter LaDow
On Tue, Feb 17, 2009 at 1:38 PM, Sylvere Teissier wrote: > Peter LaDow wrote: >> I have a module that fails during elaboration with the following message: >> >> uart_t0.o: In function `work__uart_t0__ARCH__behav__uart_file_con__PROC': >> uart_t0.vhd:(.text+0x379c): undefined reference to `__ghdl_v

Re: [Ghdl-discuss] GHDL Undefined Reference

2009-02-17 Thread Sylvere Teissier
Peter LaDow wrote: > I have a module that fails during elaboration with the following message: > > uart_t0.o: In function `work__uart_t0__ARCH__behav__uart_file_con__PROC': > uart_t0.vhd:(.text+0x379c): undefined reference to `__ghdl_value_e8' > collect2: ld returned 1 exit status > ghdl: compilati

[Ghdl-discuss] GHDL Undefined Reference

2009-02-17 Thread Peter LaDow
I have a module that fails during elaboration with the following message: uart_t0.o: In function `work__uart_t0__ARCH__behav__uart_file_con__PROC': uart_t0.vhd:(.text+0x379c): undefined reference to `__ghdl_value_e8' collect2: ld returned 1 exit status ghdl: compilation error