在 buildroot 中没有适用于您的内核版本的 RTAI 补丁?

我试图使用 Buildroot olimex_a64_olinuxino_defconfig 提供的默认配置,但出现错误:

没有适用于您的内核版本的 rtai 补丁

# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0"
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-a64-olinuxino"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
/usr/bin/make -j1 O=/home/arun/stupify/buildroot-2020.02.9/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
>>> linux 5.0 Downloading
--2021-02-05 09:38:35--  https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
Resolving cdn.kernel.org (cdn.kernel.org)... 2a04:4e42:25::432,151.101.157.176
Connecting to cdn.kernel.org (cdn.kernel.org)|2a04:4e42:25::432|:443... connected.
HTTP request sent,awaiting response... 200 OK
Length: 107029708 (102M) [application/x-xz]
Saving to: ‘/home/arun/stupify/buildroot-2020.02.9/output/build/.linux-5.0.tar.xz.AQ8JM6/output’

/home/arun/stupify/buildroot-2020.02. 100%[=======================================================================>] 102.07M  2.17MB/s    in 60s     

2021-02-05 09:39:37 (1.70 MB/s) - ‘/home/arun/stupify/buildroot-2020.02.9/output/build/.linux-5.0.tar.xz.AQ8JM6/output’ saved [107029708/107029708]

>>> linux 5.0 Extracting
xzcat /home/arun/stupify/buildroot-2020.02.9/dl/linux/linux-5.0.tar.xz | /home/arun/stupify/buildroot-2020.02.9/output/host/bin/tar --strip-components=1 -C /home/arun/stupify/buildroot-2020.02.9/output/build/linux-5.0   -xf -
>>> linux 5.0 Patching
kver=`/usr/bin/make -j5 HOSTCC="/home/arun/stupify/buildroot-2020.02.9/output/host/bin/ccache /usr/bin/gcc -O2 -I/home/arun/stupify/buildroot-2020.02.9/output/host/include -L/home/arun/stupify/buildroot-2020.02.9/output/host/lib -Wl,-rpath,/home/arun/stupify/buildroot-2020.02.9/output/host/lib" ARCH=arm64 INSTALL_MOD_PATH=/home/arun/stupify/buildroot-2020.02.9/output/target CROSS_COMPILE="/home/arun/stupify/buildroot-2020.02.9/output/host/bin/aarch64-none-linux-gnu-" DEPMOD=/home/arun/stupify/buildroot-2020.02.9/output/host/sbin/depmod INSTALL_MOD_STRIP=1 -C /home/arun/stupify/buildroot-2020.02.9/output/build/linux-5.0 --no-print-directory -s kernelversion` ; if test -f /home/arun/stupify/buildroot-2020.02.9/output/build/rtai-4.0.1/base/arch/arm64/patches/hal-linux-${kver}-*patch ; then PATH=/home/arun/stupify/buildroot-2020.02.9/output/host/bin:$PATH support/scripts/apply-patches.sh  /home/arun/stupify/buildroot-2020.02.9/output/build/linux-5.0 /home/arun/stupify/buildroot-2020.02.9/output/build/rtai-4.0.1/base/arch/arm64/patches/ hal-linux-${kver}-*patch ; else echo "`No rtai patch for your kernel version`" ; exit 1 ; fi
No rtai patch for your kernel version
make[1]: *** [package/pkg-generic.mk:230: /home/arun/stupify/buildroot-2020.02.9/output/build/linux-5.0/.stamp_patched] Error 1
make: *** [Makefile:84: _all] Error 2
BR2_LINUX_KERNEL_EXT_rtai=y

在 buildroot 中没有适用于您的内核版本的 RTAI 补丁?

Heero42 回答:在 buildroot 中没有适用于您的内核版本的 RTAI 补丁?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/978603.html

大家都在问