karim-emara / PREXT

PREXT is a unified and extensible framework that simulate pseudonym change schemes (i.e., privacy schemes) in VANET.
GNU General Public License v3.0
17 stars 11 forks source link

libveins.dll #3

Open sarahalshareeda opened 7 years ago

sarahalshareeda commented 7 years ago

now i have this issue :)

Creating shared library: ../out/gcc-debug/src/libveins.dll veins/modules/Prext/lib/libNNPDA.a: member veins/modules/Prext/lib/libNNPDA.a(AuctionMatlab.o) in archive is not an object clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:172: recipe for target '../out/gcc-debug/src/libveins.dll' failed make[1]: Leaving directory '/d/veins/src' make[1]: [../out/gcc-debug/src/libveins.dll] Error 1 Makefile:12: recipe for target 'all' failed make: [all] Error 2

karim-emara commented 7 years ago

First of all, I am still struggling to compile PREXT on windows and I'd be so glad if we can do that :) Regarding this issue, it occurs because the previous NNPDA library was not linked for windows. I have updated the repository today and added a windows version (libNNPDA_win.a). Thus, you need to add NNPDA_win instead of NNPDA as the linked library. However, it is still not working and gives other link errors.
I am not sure if I have enough time next days to solve these issues.

I'd recommend you to use the ubuntu virtual machine where PREXT is installed until I figure out a solution