-
Notifications
You must be signed in to change notification settings - Fork 175
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
How to use VS2015 open GUI ? #8
Comments
yes, i faced the same issue , dnt know how to resolve |
Have you solve this issues |
I removed stereo related all code and now it is working |
Hi, i could compiler the complete code base in VS 2017, no code is removed :-) |
I build it in VS 2017, but the error still exist,
|
Hello Friends
If you would like to build on BladeRF, there have been issues on BladeRF
library for 64 bit windows(i dont remember what). But if you like to build
on another platform rather than BladeRF so comment out all the code which
call BladeRF drivers/API. I did the same way because I wanted to build on
RTL SDR only.
Thanks
Priyasloka
…On Sun, May 27, 2018 at 10:11 PM, qingliu2 ***@***.***> wrote:
I build it in VS 2017, but the error still exist,
1. Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp___iob_func referenced
in function STEREO_SendFpga gnss-sdrgui F:\GNSS-SDRLIB\gui\gnss-
sdrgui\libnslstereo.a(nslstereo_STA.o) 1
2. Severity Code Description Project File Line Suppression State
Error LNK1120 1 unresolved externals gnss-sdrgui
F:\GNSS-SDRLIB\gui\x64\Debug\gnss-sdrgui.exe 1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGVgG22HArDX4eQ7Mg7XArhL62opOiUzks5t2tcjgaJpZM4Mq_q->
.
|
Hello, |
Hi |
I was able to compile ist with VS2015 by adding the following code at the top of gnss-sdrgui.cpp
|
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol __imp___iob_func gnss-sdrcli E:\GNSS-SDRLIB\GNSS-SDRLIB-2017030127for-ubuntu\cli\win\gnss-sdrcli\libnslstereo.a(nslstereo_STA.o) 1
The text was updated successfully, but these errors were encountered: