-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake support for elf2cfetbl usage #79
Comments
Imported from trac issue 48. Created by glimes on 2015-05-18T16:48:09, last modified: 2019-03-05T14:57:55 |
Trac comment by glimes on 2015-05-18 16:50:03: I have set up a preliminary edit on Babelfish |
Trac comment by jphickey on 2015-05-19 15:24:01: I have pushed commit [changeset:42d808f] with my proposed solution to this This integrates "elf2cfetbl" into the CMake rules for an app.
|
Trac comment by sstrege on 2015-07-24 17:18:29: Approve |
Trac comment by glimes on 2015-07-27 12:55:48: Approve. |
Trac comment by sduran on 2015-07-27 17:51:04: approve. |
Trac comment by glimes on 2015-07-30 15:18:04: [changeset:42d808f trac-48-cmake-elf2cfetbl] is included in [changeset:6ea42ba ic-2015-07-28] |
Trac comment by glimes on 2015-09-08 12:56:00: ... somehow was not closed after the 07-28 integration was complete. |
Trac comment by glimes on 2016-02-16 13:16:45: Susie confirmed these tickets have been approved for CFE 6.5 |
Trac comment by jhageman on 2019-03-05 14:57:55: Milestone renamed |
The current CMake support structure does not include support
for the old style CFE Tables -- that is, where the table is
embodied in a source file within the application, which is
compiled with the application headers (as well as headers
from CFE, OSAL, and so on), and which is then converted from
the ELF Object File format into a TBL file.
Asking each project that wants to convert to CMake to independently
work out how to get the files compiled then converted is asking for
a significant duplication of effort -- as this turns out to be
something more than a couple easy lines of Make scripting. It is more
reasonable for us to work it out once, and provide a solution that
projects can use (or adapt) as desired.
The text was updated successfully, but these errors were encountered: