When I run the genAIS.pl script, I get many pages of the following warning message:
Warning: <symbol> element has non-unique value in 'name' key attribute: .cinit at genAIS.pl line 318
Warning: <symbol> element has non-unique value in 'name' key attribute: .bios at genAIS.pl line 318
essentially a warning msg referencing line 318 for each section type in my app, ie. .cinit, .bss, .bios, .debug_line, .debug_info .... etc.
The perl version is ActivePerl 5.10.0 Build 1003, downloaded from the TI website.
The genAIS.pl version is V1.05.00, dated 2007-Jan-25.
genAIS.pl Line 318: $cf = XMLin($xmlFile);
Can these warnings be ignored, or are they pointing out an incompatiblity I should fix?
Thanks.