This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

undefined reference to - ghdl problem


With some help, I used the following configuration:
./configure --enable-languages=vhdl --enable-nls=no
I used gcc-ada and gcc-core 3.4.1 from 
http://sunsite.utk.edu/ftp/pub/cygwin/release/gcc/gcc-ada/?M=D
and was able to build it okay on cygwin.

The asmple test hello.vhdl
compiles okay
ghdl -a 1.vhdl
but it does not run (see below) can someone help:

ghdl -e hello
e~hello_world.o(.text+0x37):e~hello_world: undefined reference to 
`___ghdl_malloc0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x16a):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x1dc):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x1fd):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x22a):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x25b):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x3d1):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x443):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x464):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x491):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x4c2):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x4ea):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x506):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x51e):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x597):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x5a7):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x5c3):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x5db):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x665):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x675):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x691):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x6a9):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x733):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x743):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x75f):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x777):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x805):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x815):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x831):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x849):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x8d7):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x8e7):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x903):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x91b):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x9a5):*stdin*: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x9b5):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x9d1):*stdin*: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0x9e9):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0xa92):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0xbd1):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/std_standard.o(.text+0xd2b):*stdin*: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio.o(.text+0x7):textio.v93: 
undefined reference to `___ghdl_text_file_elaborate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio.o(.text+0x2e):textio.v93: 
undefined reference to `___ghdl_text_file_open'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio.o(.text+0x36):textio.v93: 
undefined reference to `___ghdl_text_file_elaborate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio.o(.text+0x5d):textio.v93: 
undefined reference to `___ghdl_text_file_open'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x137):textio_body.v93: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1a6):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1ca):textio_body.v93: 
undefined reference to `___ghdl_stack2_allocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1fa):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x230):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x297):textio_body.v93: 
undefined reference to `___ghdl_text_write'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2ad):textio_body.v93: 
undefined reference to `___ghdl_text_write'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2c3):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2dd):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x308):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x321):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x333):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x350):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x414):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x499):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4b0):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4c2):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5ae):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5f7):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x61d):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x63e):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6f6):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x745):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7d7):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8fa):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x949):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x972):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x999):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xa4b):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xa9a):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xac9):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xaf3):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xbc8):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xc17):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xcb2):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xd5d):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xd7d):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xd92):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xeea):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xf39):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xf62):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0xf89):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x104f):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x109e):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x10cd):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x10f7):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1113):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1133):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1201):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1247):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1279):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x12a8):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1300):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x132f):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1419):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x17fb):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1967):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x19db):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1af7):textio_body.v93: 
more undefined references to `___ghdl_bound_check_failed_l1' follow
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1b3a):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1bff):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1c67):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1e05):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1e54):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x1f4c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x20e4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x215e):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x21ba):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2207):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x224e):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x22ad):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x230c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x235b):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x24c8):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x25a1):textio_body.v93: 
more undefined references to `___ghdl_bound_check_failed_l1' follow
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x25e9):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x26ac):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x26f4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x274e):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2871):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x28de):textio_body.v93: 
more undefined references to `___ghdl_bound_check_failed_l0' follow
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2975):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x29c5):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2a06):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2a5b):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2a93):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2ae2):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2b1f):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2b6e):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2c16):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2cc2):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2d89):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2e76):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2ef9):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2f54):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x2ffc):textio_body.v93: 
more undefined references to `___ghdl_bound_check_failed_l0' follow
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x317c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x32d4):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x32f4):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x332c):textio_body.v93: 
undefined reference to `___ghdl_text_read_length'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x337c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x33da):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x34eb):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x353d):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x355f):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3574):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x359d):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3678):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3691):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x36a3):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x36c0):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3756):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x376d):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x377f):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3869):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x38b5):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3911):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3939):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x397d):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x399f):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x39b4):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x39dd):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3a8e):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3aae):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3ac3):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3bcb):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3c17):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3c85):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3cad):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3cc9):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3ce9):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x3f57):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x408e):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4162):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4374):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x448a):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x44de):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x45a8):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4691):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4717):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4797):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x47d3):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4805):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4836):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x48cd):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x48ec):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x49f3):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4aea):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4b83):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4c27):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4cc1):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4d67):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x4e25):textio_body.v93: 
more undefined references to `___ghdl_bound_check_failed_l1' follow
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5498):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x54e4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x55ed):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x56ec):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5737):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x57c9):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x585c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x58af):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5941):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x59d4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5a1d):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5a59):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5a97):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5ad2):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5b6d):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5bbb):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5bd5):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5c00):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5c19):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5c2b):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5c48):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5ca4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5d25):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5d8f):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5dcb):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5e11):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5e57):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5e85):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5ecb):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5f33):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x5f93):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x60e7):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x61dd):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6244):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x62d0):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6363):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x63ca):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6456):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6503):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x657b):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x660c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x66d5):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x671e):textio_body.v93: 
undefined reference to `___ghdl_real_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6769):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x67a1):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x68ab):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6982):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x69cd):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6a53):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6ae6):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6b41):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6c14):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6c2e):textio_body.v93: 
undefined reference to `___ghdl_deallocate'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6c59):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6c72):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6c84):textio_body.v93: 
undefined reference to `___ghdl_malloc'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6ca1):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6d54):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6dde):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6e20):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6f2a):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x6ffe):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x70f9):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x71ae):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x724c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x730a):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x736e):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7414):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7478):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7527):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x75e4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x769c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7760):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x77ce):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7863):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7946):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x79a4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7a17):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7a94):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7af0):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7b6d):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7be5):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7c20):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7ca0):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7cda):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7d44):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7d6a):textio_body.v93: 
undefined reference to `___ghdl_integer_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7ddb):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7dfc):textio_body.v93: 
undefined reference to `___ghdl_integer_exp'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7e94):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x7f8c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8084):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8103):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x81cb):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8286):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8324):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x837b):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x83b7):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x83ed):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x84b4):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8546):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x867b):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8712):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8754):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8850):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x889c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x88e0):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x88ff):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8a0d):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8a59):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8a9d):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8abc):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8bce):textio_body.v93: 
undefined reference to `___ghdl_assert_failed'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8c30):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l1'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8c9f):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8ccb):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8d38):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8d64):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8dd1):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8dfd):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8e6a):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8e96):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8f03):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8f2f):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8f9c):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x8fc8):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x9035):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x9061):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x90ce):textio_body.v93: 
undefined reference to `___ghdl_bound_check_failed_l0'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib/v93/std/textio_body.o(.text+0x90fa):textio_body.v93: 
undefined reference to `___ghdl_memcpy'
hello.o(.text+0xf2):hello.vhdl: undefined reference to 
`___ghdl_process_wait_exit'
hello.o(.text+0x130):hello.vhdl: undefined reference to 
`___ghdl_process_register'
/usr/local/lib/gcc/i686-pc-cygwin/3.4.1/vhdl/lib//libgrt.a(main.o.b)(.text+0x34):main.adb: 
undefined reference to `_ghdl_main'
collect2: ld returned 1 exit status
ghdl: compilation error





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]