Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For Windows builds, the required DLL files have to be copied manually to the build folder.
The DLL files required by a
dump1090
build with all SDR integration code enabled and compiled withMinGW-w64 10.3
are as follows:bladeRF.dll hackrf.dll libiconv-2.dll libintl-8.dll libsystre-0.dll libtre-5.dll libwinpthread-1.dll LimeSuite.dll rtlsdr.dll
These files can change depending on the compiler used.
I've tried to modify the CI files for the changed
src
path but I'm not sure if they work.Compiles fine on both Ubuntu(
GCC 9.3.0
) and Windows(MSYS2 MinGW-w64 10.3
) without any warnings.Note: Dependent on #140, the dependency has to be merged first!
Note: Only the last commit in this PR is relevant, the other commits are all from the PR #140 which does not modify any source files.