Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ardadi opened this issue Apr 22, 2024 · 1 comment
Open

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

ardadi opened this issue Apr 22, 2024 · 1 comment

Comments

@ardadi
Copy link

ardadi commented Apr 22, 2024

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

@bazo80
Copy link
Collaborator

bazo80 commented Apr 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants