ominux / odin-ii

Automatically exported from code.google.com/p/odin-ii
1 stars 1 forks source link

undefined reference to `get_model_port' #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in libvpr_5: make clean && make
2. in odin_II: make clean && make 
3.

What is the expected output? What do you see instead?
OBJ/memories.o: In function `pad_memory_input_port':
../SRC/memories.c:1467: undefined reference to `get_model_port'
OBJ/memories.o: In function `pad_memory_output_port':
../SRC/memories.c:1426: undefined reference to `get_model_port'
OBJ/memories.o: In function `split_dp_memory_to_arch_width':
../SRC/memories.c:1109: undefined reference to `get_model_port'
OBJ/memories.o: In function `split_sp_memory_to_arch_width':
../SRC/memories.c:990: undefined reference to `get_model_port'

What version of the product are you using? On what operating system?
Starting from r231, in vpr5 build mode. 
Running on Red Hat Enterprise Linux Server release 5.

Please provide any additional information below.

Original issue reported on code.google.com by oguntyil...@gmail.com on 23 Dec 2011 at 8:56

GoogleCodeExporter commented 9 years ago
Fixed in revision 235. 

Original comment by andy16...@gmail.com on 25 Dec 2011 at 12:26