Community
Participate
Working Groups
A whole_program_debug user of configuro's --generationOnly flag reported build errors when moving from TI's ARM cgtools 4.6.* to 4.9.*. They didn't realize they needed to throw --diags_suppress=23000. This --diags_suppress=23000 is thrown for free when * using Pkg.addExecutable() * using configuro _without_ --generationOnly But this user must add it explicitly to their link line. A few discussion topics: 1. Why is --diags_suppress=23000 thrown? Is it masking any real issues? Was this a temp workaround that can be removed? 2. If it's needed, perhaps others are for other targets, too. How can the user know what they have to throw? RTFM probably won't suffice. 3. How about if configuro add these target-specific options to the generated linker.cmd that's already on the user's link line?
Moved to 3.22.02