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
root@luckystar:~/lmi-q-oss/dtc-source/dtc-1.6.0# ./pylibfdt/setup.py install --prefix=/root/lmi-q-oss/dtc/
Traceback (most recent call last):
File "./pylibfdt/setup.py", line 43, in
version=get_version(),
File "./pylibfdt/setup.py", line 24, in get_version
f = open(version_file, 'rt')
FileNotFoundError: [Errno 2] No such file or directory: '../version_gen.h'
and I saw the version_gen.h is in the .gitignore file.
so what's the problem here?
The text was updated successfully, but these errors were encountered:
when I wanna run setup, it says this:
and I saw the version_gen.h is in the .gitignore file.
so what's the problem here?
The text was updated successfully, but these errors were encountered: