Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grmartin/raspbian-buildstrapping

This repository contains everything you need to CrossCompile from Debian for Raspbian using CMake/CLion.
https://github.com/grmartin/raspbian-buildstrapping

c c-plus-plus cmake cpp11 cpp98 cross-compiler debian raspberry-pi raspberrypi raspbian

Last synced: 21 days ago
JSON representation

This repository contains everything you need to CrossCompile from Debian for Raspbian using CMake/CLion.

Awesome Lists containing this project

README

        

# Debian > Raspbian Cross Compiling Kit

This repository contains everything you might need to get a CMake project off the ground and building for crosscompiling an application to run on Raspbian from a modern Debian development machine.

## Files

- `install_prereqs.sh` - Install the necessary cross compiling tools from Apt.
- `Toolchain-Raspbian.cmake` - A CMake configuration that sets up our cross compiler toolchain.
- `cmake-c` - An example CMake C99 Project
- `cmake-cpp` - An example CMake C++11 Project
- `cmake-cpp-lib` - An example CMake C++98 Project that invokes a set of Libraries (Mongodb, which includes Boost and OpenSSL)