Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libveins.dll #3

Open
sarahalshareeda opened this issue Feb 27, 2017 · 1 comment
Open

libveins.dll #3

sarahalshareeda opened this issue Feb 27, 2017 · 1 comment

Comments

@sarahalshareeda
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants