<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How build kernal on macos]]></title><description><![CDATA[<p dir="auto">Hello.<br />
How will build right kernal?<br />
I did use flag -j64<br />
I have error</p>
<p dir="auto">created build_kernel.sh</p>
<pre><code>#!/bin/bash
export ARCH=arm64
export PLATFORM_VERSION=12
export ANDROID_MAJOR_VERSION=s
export CLANG_TRIPLE=aarch64-linux-gnu-
export CROSS_COMPILE=aarch64-linux-android-


make ARCH=arm64 CLANG_TRIPLE=aarch64-linux-gnu- CROSS_COMPILE=aarch64-linux-android- CONFIG_SECTION_MISMATCH_WARN_ONLY=y exynos9610-m31nsxx_defconfig
make ARCH=arm64 CLANG_TRIPLE=aarch64-linux-gnu-CROSS_COMPILE=aarch64-linux-android- CONFIG_SECTION_MISMATCH_WARN_ONLY=y -j64
</code></pre>
]]></description><link>https://forums.ubports.com/topic/9936/how-build-kernal-on-macos</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 03:03:54 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/9936.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Mar 2024 12:19:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How build kernal on macos on Sun, 31 Mar 2024 20:51:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unger" aria-label="Profile: unger">@<bdi>unger</bdi></a> Try -j <strong>number of threads + 2</strong> (example -j 12, not -j12)<br />
Idk if this is the problem but try it, why not?</p>
]]></description><link>https://forums.ubports.com/post/79518</link><guid isPermaLink="true">https://forums.ubports.com/post/79518</guid><dc:creator><![CDATA[VinceAle7082]]></dc:creator><pubDate>Sun, 31 Mar 2024 20:51:56 GMT</pubDate></item></channel></rss>