Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grmartin/raspbian-buildstrapping
- Owner: grmartin
- Created: 2017-04-20T13:23:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T22:51:16.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T20:37:28.711Z (3 months ago)
- Topics: c, c-plus-plus, cmake, cpp11, cpp98, cross-compiler, debian, raspberry-pi, raspberrypi, raspbian
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)