summaryrefslogtreecommitdiff
path: root/rld.h (follow)
AgeCommit message (Collapse)Author
2014-09-10Make the verbose take the level and return the level if valid.Chris Johns
This makes the verbose a single and removes the need to have the logic of the test in the code.
2014-09-09linkers: If no RTEMS path is provied see if the prefix can be used.Chris Johns
2014-09-08RTEMS trace linker builds trace applications.Chris Johns
The trace linker builds the both_hello example in examples-v2. Move the various string support functions into a C++ file and stop being inlined. Make them return const std::string. Add ld support to rld-cc. Add search path support to rld-config so installed common files can be used. Fix the path bugs. Add an absolute path function to rld-path.
2014-09-07Refactor the rld-rtems support to remove the globals.Chris Johns
2014-09-07rtems-tld: Add --wrapper option to aid testing.Chris Johns
The --wrapper option lets a user control the wrapper file name and location to aid testing. Add keep support to tempfiles so specific tempfile can be set to be kept. Add unlink to the rld::path namespace.
2014-09-06Add a path str. Remove the duplicate split call.Chris Johns
2014-09-05Add support for RTEMS BSP or user supplied CFLAGS. Remove march/mcpu.Chris Johns
Added support to read an RTEMS BSP pkgconfig file and ste the CC flags.
2014-08-07rtms-tld: Refactor the code to match a better configuration format.Chris Johns
2014-08-05rtems-tld: Add wrapper support and start the generator coding.Chris Johns
2014-08-04rtems-tld: Add generator loading support.Chris Johns
2014-08-04rtems-tld: Add recursive parsing of headers and defines.Chris Johns
2014-08-04rtems-tld: Add trace configuration support.Chris Johns
Extend the configuration support to provide the needed configuration required to generate the C stub support.
2012-12-18Add a new trace level.Chris Johns
2012-11-26Split trace to have without and with symbols.Chris Johns
2012-05-07Add to git.Chris Johns