diff options
author | gennyble <gen@nyble.dev> | 2023-11-23 08:46:19 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-23 08:46:19 -0600 |
commit | 16486a12be7413408c1a6ef3c7f4ba3e30378e3d (patch) | |
tree | bdfe3ece6bc7da7246ba5f094a7b54782bcbe7b8 /building-a-sysroot.md | |
download | docs-main.tar.gz docs-main.zip |
Diffstat (limited to 'building-a-sysroot.md')
-rw-r--r-- | building-a-sysroot.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/building-a-sysroot.md b/building-a-sysroot.md new file mode 100644 index 0000000..5d4e637 --- /dev/null +++ b/building-a-sysroot.md @@ -0,0 +1,17 @@ + +# genny's mess of links +- https://blog.jgosmann.de/posts/2021/02/07/a-guide-to-crosscompiling-applications/ +- https://ftp.gnu.org/gnu/binutils/?C=M;O=D +- https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-13.2.0/ +- https://wiki.osdev.org/GCC_Cross-Compiler#Binutils +- https://gmplib.org/ +- https://ftp.gnu.org/gnu/glibc/?C=M;O=D +- https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ +- https://gcc.gnu.org/install/configure.html +- https://github.com/cz172638/v4l-utils/blob/master/INSTALL +- https://source.android.com/docs/setup/download/downloading +- https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt +- https://stackoverflow.com/a/10800929 +- https://en.wikipedia.org/wiki/Qualcomm_Hexagon#Snapdragon_800_series +- https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html +- https://github.com/rust-lang/rust-bindgen |