wateret/mengde

Enable ARM cross build

Closed this issue · 3 comments

I'd like to support ARM cross build to run on Raspberry Pi 2/3
Two major tasks are needed

  • Script to prepare RootFS for ARM (#54)
  • CMake script changes to support ARM cross build (#56)

And some more

  • Update readme (#56)

@seanshpark I'd like put those CMake files in cmake/cross/XXX.cmake.

I'd like put those CMake files in cmake/cross/XXX.cmake

OK, there are other files for cross building so please check with the PR.

Done