panda-official / TimeSwipe

PANDA Timeswipe driver and firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native driver build on arm

thomaseichhorn opened this issue · comments

When building the driver of the current master natively on an arm device, the cross-compiling flag CMAKE_CROSSCOMPILING is not recognized (line 466), so CMake doesn't link the atomic library, thus failing the build.
Commenting out the check works, build is successful.
I'm not sure what the best way to fix this is...

Fixed in 57fed63. Thanks!