Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
101 stars 41 forks source link

2020.1: docker g++ compilation #594

Closed rsarwar87 closed 7 months ago

rsarwar87 commented 7 months ago

hi this enables cross compilation through docker. so we can run koheron sdk on systems that donot have the correct version of gcc compilers, e.g. latest ubuntu releases or rh/fedora/alma where glibc for arm/aarch64 cross compilation is not available

jeanminet commented 7 months ago

Thank you Rashed !

rsarwar87 commented 7 months ago

this is brilliant thinking, to add a switch to select between two options. thanks.