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
@wb2osz, the master branch (version 1.5) is a little bit incompatible with a cross-compile approach. I made a successful attempt to build it (without telemetry toolkit, because it requires Perl) using Yocto build system.
Some issues:
Hardcoded compiler
Hardcoded paths
Compile-time generation of fsk_fast_filter.h <- the hardest part!
If you are interested in, I'll prepare a pull request.
The text was updated successfully, but these errors were encountered:
Please try again using the Direwolf DEV branch which has significant changes in it. From there, please create a Git merge request again DEV and your code will be reviewed. Thanks! If you have any Makefile related changes, please contribute to the Cmake effort being tracked here:
David,
I've created a layer for Yocto/OpenEmbedded for Direwolf 1.5: https://github.com/ew1abz/meta-direwolf
It has fixes for cross-compilation (as patches). I guess it's good enough for now. Later I'll take a look at DEV branch and contribute there.
For CMake is nice to have a start point. Moreover, it has to be for Linux, Windows, and Macosx. Maybe we can use GitHub actions for testing that.
@wb2osz, the master branch (version 1.5) is a little bit incompatible with a cross-compile approach. I made a successful attempt to build it (without telemetry toolkit, because it requires Perl) using Yocto build system.
Some issues:
If you are interested in, I'll prepare a pull request.
The text was updated successfully, but these errors were encountered: