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
Got this when trying the build a 'CFGFast' for a freertos application.
bj = self.project.loader.find_object_containing(ptr, membership_check=False)
File "/home/kos/.local/lib/python3.10/site-packages/cle/loader.py", line 459, in find_object_containing
if self._last_object is not None and self._last_object.min_addr <= addr <= self._last_object.max_addr:
TypeError: '<=' not supported between instances of 'int' and 'NoneType'
Description
Got this when trying the build a 'CFGFast' for a freertos application.
Steps to reproduce the bug
Environment
Ubuntu 22.04.5 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: