Hide
To avoid the issue:
- include using either of below options which retain generated assembly:
-k (--keep_asm) or
-s (--src_interlist)
- Use either of above options for all compile steps including:
compiling/linking the original non-lfu reference executable and
compiling/linking the lfu executable
NOTE: once bug is fixed, original non-lfu reference executable
will need to be re-compiled/linked.
Show
To avoid the issue:
- include using either of below options which retain generated assembly:
-k (--keep_asm) or
-s (--src_interlist)
- Use either of above options for all compile steps including:
compiling/linking the original non-lfu reference executable and
compiling/linking the lfu executable
NOTE: once bug is fixed, original non-lfu reference executable
will need to be re-compiled/linked.