View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014878CMakeCMakepublic2014-04-15 09:552014-10-06 10:33
Reporterraspy 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionduplicate 
Platformx86_64OSRedHat Enterprise LinuxOS Version6.4
Product VersionCMake 2.8.12.2 
Target VersionFixed in Version 
Summary0014878: TI toolchain should follow TI's library naming convention
DescriptionCMake currently follows unix naming convention on Unix naming static libraries lib*.a. TI however goes with the same convention on Windows and Unix naming libraries *.lib. The same naming is used in all libraries: runtime libraries provided with toolchain, additional TI libraries like DSPLink, DSPLib and others.

My suggestion is to follow TI convention for naming libraries by including:

set(CMAKE_STATIC_LIBRARY_PREFIX)
set(CMAKE_STATIC_LIBRARY_SUFFIX ".lib")

possibly in a new file, called Modules/Compiler/TI.cmake
TagsNo tags attached.
Attached Files

 Relationships
related to 0014876closedKitware Robot Improve support for TI compiler 

  Notes
(0035709)
Brad King (manager)
2014-04-15 09:58

Since CMake does not currently contain platform information files for TI these are not individual bugs. Please keep discussion in 0014876.
(0036974)
Robert Maynard (manager)
2014-10-06 10:33

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-04-15 09:55 raspy New Issue
2014-04-15 09:57 Brad King Relationship added related to 0014876
2014-04-15 09:58 Brad King Note Added: 0035709
2014-04-15 09:58 Brad King Status new => resolved
2014-04-15 09:58 Brad King Resolution open => duplicate
2014-10-06 10:33 Robert Maynard Note Added: 0036974
2014-10-06 10:33 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team