Kernel compiling error

Hi,
https://docs.nvidia.com/jetson/archives/r35.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html?highlight=kernel%20customization
I followed the instructions as above link to compile the linux kernel

  1. download public_sources.tbz2 from Jetson Linux Archive | NVIDIA Developer.
  2. extract the source code to ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/source/kernel/kernel-jammy-src/
  3. cd ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/source
  4. mkdir kernel_out
  5. ./nvbuild.sh -o ~/nvidia/nvidia_sdk/JetPack_6.1_Linux_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/source/kernel_out/
    I can see Image built successfully , but there is an error indicating make conftest error :

Could you suggest me how to fix it ? Thank you.

Check JP6.1 document.

https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/Kernel/KernelCustomization.html

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.