dbnnrmn opened a new issue, #11611:
URL: https://github.com/apache/nuttx/issues/11611

   The report script does not have "any tree" package in dependencies and need 
some old versions of this package. Version 2.12.1 falls with this error: 
   
   ```
   File "/mnt/sdb1/nuttxspace/nuttx/./tools/size_report.py", line 815, in 
<module>
       main()
     File "/mnt/sdb1/nuttxspace/nuttx/./tools/size_report.py", line 802, in main
       root = generate_any_tree(symbol_dict, symsize, common_path_prefix)
     File "/mnt/sdb1/nuttxspace/nuttx/./tools/size_report.py", line 559, in 
generate_any_tree
       root = TreeNode("Root", "root")
     File "/mnt/sdb1/nuttxspace/nuttx/./tools/size_report.py", line 533, in 
__init__
       self.size = size
   AttributeError: can't set attribute 'size'
   
   ```
   
   But version 2.8.0 works fine


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to