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

How to use VS2015 open GUI ? #8

Open
yealwang opened this issue Mar 28, 2017 · 11 comments
Open

How to use VS2015 open GUI ? #8

yealwang opened this issue Mar 28, 2017 · 11 comments

Comments

@yealwang
Copy link

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

@radiojitter
Copy link

yes, i faced the same issue , dnt know how to resolve

@yealwang
Copy link
Author

yealwang commented Jun 1, 2017

Have you solve this issues

@radiojitter
Copy link

I removed stereo related all code and now it is working

@radiojitter
Copy link

Hi, i could compiler the complete code base in VS 2017, no code is removed :-)

@qingliu2
Copy link

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

@radiojitter
Copy link

radiojitter commented May 27, 2018 via email

@qingliu2
Copy link

Hello,
Thanks for your reply!
I also just want to play the SDR with RTL-SDR. The software told me it failed to open device 0, so I want to modify the code and rebuild it. When I build the sln in VS 2017, the above error arose.
Yours
Qing

@qingliu2
Copy link

Hi
I rebuild the project in VS 2012, and the SDR runs. But, it can't detect the satellites. The output results in the Monitor are the same whether RTL-SDR is connected to GNSS antenna or not. Some suggestions?
Yours
Qing

@errorplayer
Copy link

errorplayer commented Oct 2, 2018

Hi, i could compiler the complete code base in VS 2017, no code is removed :-)

Hi
I rebuild the project in VS2017, but so many obj files report error.
error
I find that there are only head files in /fec and /fft folder without any c/cpp file. Therefore, many functions called in the project have no definition. How did you solve it ? Thank you in advance.

@mafrmt00
Copy link

mafrmt00 commented Jun 27, 2019

I was able to compile ist with VS2015 by adding the following code at the top of gnss-sdrgui.cpp

FILE _iob[] = { *stdin, *stdout, *stderr };

extern "C" FILE * __cdecl __iob_func(void)
{
	return _iob;
}

@lwjSMIlE2021
Copy link

嗨,我可以在 VS 2017 中编译完整的代码库,没有删除任何代码:-)

你好 我在VS2017重建项目,但是很多obj文件报错。 我发现 /fec 和 /fft 文件夹中只有头文件,没有任何 c/cpp 文件。因此,项目中调用的很多函数都没有定义。你是怎么解决的?先感谢您。 错误

You need to link lib

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

6 participants