You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: