You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build/icesugar_pro/icesugar_pro.dts:86.13-130.11: ERROR (phandle_references): /soc: Reference to non-existent node or label "intc0"
ERROR: Input tree has errors, aborting (use -f to force output) Traceback (most recent call last): File "/linux-on-litex-vexriscv/./make.py", line 945, in <module> main() File "/linux-on-litex-vexriscv/./make.py", line 922, in main soc.compile_dts(board_name, args.fdtoverlays) File "/linux-on-litex-vexriscv/soc_linux.py", line 140, in compile_dts subprocess.check_call( File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'dtc -O dtb -o build/icesugar_pro/icesugar_pro.dtb build/icesugar_pro/icesugar_pro.dts' returned non-zero exit status 2.
I don't know why this error occurs. Please help if possible thanks.
The text was updated successfully, but these errors were encountered:
Hi, if I had to assume, this error is likely similar to enjoy-digital/litex#1615 and may be worth looking into. TLDR: intc0 label may be mislabelled by another stage/process, you gotta find out what aspect of the device that label represents and try determine what node with the valid label, from there just replace the label and it may work. Apologies if this isn't too much of help, but its worth looking into the url above!
build/icesugar_pro/icesugar_pro.dts:86.13-130.11: ERROR (phandle_references): /soc: Reference to non-existent node or label "intc0"
ERROR: Input tree has errors, aborting (use -f to force output) Traceback (most recent call last): File "/linux-on-litex-vexriscv/./make.py", line 945, in <module> main() File "/linux-on-litex-vexriscv/./make.py", line 922, in main soc.compile_dts(board_name, args.fdtoverlays) File "/linux-on-litex-vexriscv/soc_linux.py", line 140, in compile_dts subprocess.check_call( File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'dtc -O dtb -o build/icesugar_pro/icesugar_pro.dtb build/icesugar_pro/icesugar_pro.dts' returned non-zero exit status 2.
I don't know why this error occurs. Please help if possible thanks.
The text was updated successfully, but these errors were encountered: