vc_mipi_nvidia icon indicating copy to clipboard operation
vc_mipi_nvidia copied to clipboard

error: make: *** [Makefile:213: __sub-make] Error 2

Open ardadi opened this issue 2 years ago • 1 comments

I'm getting this error when ./quicstart.sh

system: orin NX 16 GB seeed a603 carrier board

host: ubuntu:20.04 gcc -v: 9.4

log.txt

ardadi avatar Apr 22 '24 10:04 ardadi

Hello @ardadi ,

line 5626 states: Error: /home/arda/vc/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/p3768/kernel-dts/cvb/tegra234-camera-vc-mipi-cam.dtsi:19.1-8 syntax error FATAL ERROR: Unable to parse input tree

That means that the device tree include file is erroneous. Maybe a semicolon is missing or an invalid character has been inserted. If you have already altered this file, you could make a diff to the original one (tegra234-camera-vc-mipi-cam.dtsi) You can also upload this dtsi and we can have a look at it.

bazo80 avatar Apr 24 '24 14:04 bazo80