# pps-tools **Repository Path**: mirrors/pps-tools ## Basic Information - **Project Name**: pps-tools - **Description**: User-space tools for LinuxPPS - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-15 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tools for LinuxPPS You can read more about LinuxPPS [here](http://linuxpps.org) ## Building ```sh make ``` ## Cross-compiling Example for Linux ARM ```sh export CC=/arm-linux-gnueabihf-gcc export SYSROOT= make ```