From 157869a43a67f75c8b08a21d72e661d26d495b79 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 25 Feb 2023 11:22:00 +0000 Subject: [PATCH] dev.org: Add the resources on toolchain and crosscompilation --- dev.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev.org b/dev.org index 1d823cf..794e429 100644 --- a/dev.org +++ b/dev.org @@ -114,6 +114,15 @@ on ADF - [[https://blog.yossarian.net/2021/07/19/LLVM-internals-part-1-bitcode-format][LLVM Internals]] *** TableGen - [[https://llvm.org/docs/TableGen/BackGuide.html#creating-a-new-backend][Create a backend]] +** Toolchain +- https://llvm.org/docs/BuildingADistribution.html + +** Cross compilation + +- https://blog.gibson.sh/2017/11/26/creating-portable-linux-binaries/#some-general-suggestions + A nice to read article on some of the common problems when linking statically + with none default libc or libc++ + ** Useful courses - https://www.cs.cornell.edu/courses/cs6120/2020fa/lesson/ * Considerations