Open nikAizuddin opened 2 years ago
Hi,
Can you show us the version of dtc that you're using? (run dtc --version)
Could you try to edit versal-pmc-npi.dtsi and remove the last part that sets doc-ignore to 0, i.e: // Docs &npi_noc_nmu_0 { doc-ignore = <0>; }; &npi_noc_nsu_0 { doc-ignore = <0>; }; &npi_noc_nps_0 { doc-ignore = <0>; };
Just remove all of that, and let us know if it works for you.
Thanks, Edgar
I got the following errors when running
make
:However if I remove these lines,
make
run just fine.