enjoy-digital / litepcie

Small footprint and configurable PCIe core
Other
468 stars 116 forks source link

software: allows to cross compile driver and userspace applications #55

Closed trabucayre closed 2 years ago

trabucayre commented 3 years ago

Makefile in software/user and software/kernel are written to do a native build (ie. build on machine where driver will be used). It's not possible to cross-compile those code for embedded boards with a different architecture and kernel version using cross-toolchain (for instance built by buildroot).

enjoy-digital commented 2 years ago

Thanks @trabucayre! This is merged.