-
Notifications
You must be signed in to change notification settings - Fork 1
Personal mirror of smdev
License
RibalGZ/smdev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
What is it? =========== smdev is a simple program to manage device nodes. It is mostly compatible with mdev but doesn't have all of its features. Building ======== You need to have the kernel headers available on your system to build smdev. To build a statically linked smdev against musl-libc[0] install the relevant cross-compiler[1], then install the kernel headers into your cross-compiler prefix and finally run the following: $ make CC=x86_64-musl-linux-gcc LDFLAGS=-static $ x86_64-linux-musl-strip smdev On my system the above results in a 88kB statically linked application. [0] http://www.musl-libc.org/ [1] http://musl.codu.org/
About
Personal mirror of smdev
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published