Hi,
Some engineers are developing C++ on C66 and have come across an issue with the "new" operator. For certain classes, the size argument is garbage. Much like the following issue here:
https://e2e.ti.com/support/development_tools/compiler/f/343/t/484804
This is not easily represented in a small isolated project (occurs in very large project and only on certain classes), so appears there could higher level issues present.
Using 8.0.1, with -qq -pdsw225 -ppa -)off -symdebug:dwarf -mv6600 --abi=eabi
Please pass along any thoughts on how to further isolate and whether there are any known issues/constraints with "new". Assume validation of .sysmem section reservation will be one (and increasing system heap). Also, looking for similarities in classes which exhibit the issue (public/private/etc).
Thanks,
Eric