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
$ python /mnt/src/git/extract-symvers/extract-symvers.py -e le -B 0x40000000 zImage
Traceback (most recent call last):
File "/mnt/src/git/extract-symvers/extract-symvers.py", line 139, in <module>
main()
File "/mnt/src/git/extract-symvers/extract-symvers.py", line 135, in main
for s, crc, t in kernel.symbols():
File "/mnt/src/git/extract-symvers/extract-symvers.py", line 102, in symbols
for t, s in symsearch.items():
AttributeError: 'NoneType' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
The file: http://vi-server.org/pub/zImage_from_cubieboard2
The error:
The text was updated successfully, but these errors were encountered: