fprime-community/fprime-workshop-led-blinker

Conflicting aarch64-linux.cmake files (library vs. latest fprime)

Closed this issue · 0 comments

With the introduction of the ARM64 toolchains in core fprime (nasa/fprime#2101), the fprime-arm-linux library should not be needed anymore. If including both the library and latest fprime:devel in the project, we get an error like such

$ fprime-util generate aarch64-linux
[ERROR] Found conflicting toolchain files for aarch64-linux at: 
fprime-led-blinker/led-blinker/fprime-arm-linux/cmake/toolchain/aarch64-linux.cmake 
fprime-led-blinker/led-blinker/fprime/cmake/toolchain/aarch64-linux.cmake

The more logical approach would be to simply scrub the library from this project and use latest F´. However it was kind of nice for this tutorial to walk through the process of using external libraries in F´.... so not sure if we want to do something about this.