New features in ETEC release V2.01
- for fixed bugs, please see the V2.00 bug list and V2.01 bug list.
V2.01A New Features (2011-Dec-09)
- Added linker option -elfgd. When specified, the output ELF/DWARF file includes a segment for the global data. This segment has RW attributes set and an alignment of 4 bytes. The address is the relative SDM address (typically 0).
- In ETEC mode, eTPU classes may now use the public and private keywords to allow users to set the visibility status of their channel frame variables. By default, the contents of a class definition are public, so re-compiling existing code will not result in any changes. Currently the visibility status only affects auto-generated host interface files - the "defines" file and the "auto-struct" file. Channel frame variables with a private visibility setting will not show up in these host interface files.