Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 259 Bytes

Tools for LinuxPPS

You can read more about LinuxPPS here

Building

make

Cross-compiling

Example for Linux ARM

export CC=<CrossCompilerBinPath>/arm-linux-gnueabihf-gcc
export SYSROOT=<PathToSysroot>
make