# target-linux-native **Repository Path**: mirrors_ARMmbed/target-linux-native ## Basic Information - **Project Name**: target-linux-native - **Description**: yotta base native linux target description (for compiling natively on all variants of linux – NOT cross-compiling) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## yotta Target Description for compiling natively on Linux This is a [yotta target description](http://yottadocs.mbed.com/tutorial/targets.html). Use this target to build things using the native compiler and runtimes (i.e. running yotta and the compiler on the device you're compiling for). This target can be used as the base target for more specific target descriptions for different flavours of linux, but it will also work on its own for simple programs. ```bash yotta target linux-native ... yotta install ```