Hi together,
i'm really new to omnet and thats why i've got no idea for solving my little problem. Currently i am working on an simpel project with a few classes and modules. However, everytime i want to compile and run the project, i'm getting the same error:
19:48:41 **** Incremental Build of configuration gcc-debug for project Projektarbeit ****
make MODE=debug CONFIGNAME=gcc-debug all
cd src && make
make[1]: Entering directory `/d/Sonstiges/omnetpp-4.3-workspace/Projektarbeit/src'
Creating executable: ../out/gcc-debug/src/Projektarbeit.exe
../out/gcc-debug/src/queues_upload/CDSQ.o:CDSQ.cc:(.rdata$_ZTVN7projekt4CDSQE[__ZTVN7projekt4CDSQE]+0x140):
undefined reference to `projekt::CDSQ::addPacketToQueue(MyPacket*)'
../out/gcc-debug/src/queues_upload/CDSQ.o:CDSQ.cc:(.rdata$_ZTVN7projekt4CDSQE[__ZTVN7projekt4CDSQE]+0x144):
undefined reference to `projekt::CDSQ::calculateLatency()'
make[1]: Leaving directory `/d/Sonstiges/omnetpp-4.3-workspace/Projektarbeit/src'
../out/gcc-debug/src/queues_upload/CRSQ.o:CRSQ.cc:(.rdata$_ZTVN7projekt4CRSQE[__ZTVN7projekt4CRSQE]+0x84):
undefined reference to `projekt::CRSQ::finish()'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [../out/gcc-debug/src/Projektarbeit.exe] Error 1
make: *** [all] Error 2a
19:48:42 Build Finished (took 891ms)
FIY: OS Win8 with omnet++ ide 4.3
Thanks all and greetings,
Tobias