From 96d458cdd2733f4eee85f10ac5472425d952c1de Mon Sep 17 00:00:00 2001 From: zykron1 <85203848+zykron1@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:52:12 -0800 Subject: [PATCH] Update README.md --- 11-kernel-crosscompiler/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/11-kernel-crosscompiler/README.md b/11-kernel-crosscompiler/README.md index ddaabc7..c271251 100644 --- a/11-kernel-crosscompiler/README.md +++ b/11-kernel-crosscompiler/README.md @@ -55,6 +55,11 @@ cd binutils-build make all install 2>&1 | tee make.log ``` +NOTE: Run this if on mac to substitiute the /usr/include directory +``` +export CPATH="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/" +``` + gcc --- ```sh