ARM-software / gator

Sources for Arm Streamline's gator daemon, part of Arm Mobile Studio suite of performance analysis tools
https://www.arm.com/products/development-tools/graphics/arm-mobile-studio
133 stars 70 forks source link

Sources.mk: Remove xml/PmuXMLParser.h header from GATORD_CXX_SRC_FILES #27

Closed rossburton closed 3 years ago

rossburton commented 3 years ago

This otherwise appears in final linker cmdline and clang is not happy since it sees this as an output file along with the real output file specified with -o and bails out

| clang-13: error: cannot specify -o when generating multiple output files

Signed-off-by: Khem Raj raj.khem@gmail.com