I updated the nvbuild.sh script and it takes .JSON configuration file as input where the linux dtb file and defconfig file is mentioned. Apart from the there are no other changes, but errors are from pinctrl file. nvbuild.sh (4.1 KB)
This is a syntax warning I’m pointing out. Some dev was sloppy and it wasn’t caught in code review. It should be fixed. Whether using gcc-9-aarch64-linux-gnu or the custom bootlin gcc 9.3 this warning will show up. Here is the beginning of the build output using the bootlin 9.3 gcc toolchain. The warning is output:
Hi Shane – Thank you for your assistance; it’s appreciated. In this thread I’m reporting a Kconfig syntax warning that should be fixed. That’s it. I have a separate thread to report dtsi include issues I’m seeing that prevent dtbs Makefile target from running to completion with “stock” “as-released” sources. I’ve added the missing nvethernetrm symlink as noted in another 5.0 DP thread and can successfully build a 5.10 kernel image using both gcc-9-aarch64-linux-gnu as well as the bootlin 9.3 gcc toolchain.