MIPT-ILab / MDSP

[2009 – 2012] MDSP: functional simulation of a Multimedia Digital Signal Processor
MIT License
3 stars 1 forks source link

Errors during compilation of funcsim #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can't compile funcsim model.
svn rev 247

kosarev@server:~/svn/trunk/sources$ make funcsim
g++ -Wall    -c -o funcsim/core.o funcsim/core.cpp
g++ -Wall    -c -o funcsim/flags.o funcsim/flags.cpp
g++ -Wall    -c -o funcsim/memory.o funcsim/memory.cpp
g++ -Wall    -c -o funcsim/operation.o funcsim/operation.cpp
g++ -Wall    -c -o funcsim/register_file.o funcsim/register_file.cpp
g++ -Wall    -c -o funcsim/main.o funcsim/main.cpp
In file included from funcsim/main.cpp:12:
funcsim/config.h:39:8: warning: extra tokens at end of #endif directive
In file included from funcsim/main.cpp:13:
funcsim/defines.h:6:8: warning: extra tokens at end of #endif directive
g++ -Wall funcsim/core.o funcsim/flags.o funcsim/memory.o 
funcsim/operation.o funcsim/register_file.o funcsim/main.o -o bin/funcsim
funcsim/main.o: In function `main':
main.cpp:(.text+0x213): undefined reference to `Config::Config(int, 
char**)'
main.cpp:(.text+0x221): undefined reference to `Config::handleArgs()'
main.cpp:(.text+0x36d): undefined reference to `Config::~Config()'
main.cpp:(.text+0x3a7): undefined reference to `Config::~Config()'
collect2: ld returned 1 exit status
make: *** [funcsim] Error 1

DO NOT FORGET TO COMPILE THE FUNCSIM BEFORE DOING COMMIT!

Original issue reported on code.google.com by nkosa...@gmail.com on 18 Apr 2010 at 10:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by WTertius@gmail.com on 18 Apr 2010 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by nkosa...@gmail.com on 18 Apr 2010 at 12:15