You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Sheela (JIRA)" <ji...@apache.org> on 2017/08/24 17:37:00 UTC

[jira] [Commented] (MYNEWT-400) Improve newt compatibility with 3rd party systems

    [ https://issues.apache.org/jira/browse/MYNEWT-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140360#comment-16140360 ] 

Sheela commented on MYNEWT-400:
-------------------------------

Nice to have.  Not tying to any release till a volunteer emerges:)

> Improve newt compatibility with 3rd party systems
> -------------------------------------------------
>
>                 Key: MYNEWT-400
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-400
>             Project: Mynewt
>          Issue Type: Improvement
>      Security Level: Public(Viewable by anyone) 
>          Components: Newt
>            Reporter: Sterling Hughes
>            Assignee: Sterling Hughes
>
> Newt should be able to generate a Makefile, with the targets from newt target show, so that a newt source code base can easily be brought in.
> This includes a few features:
> - Every newt target should generate a .a file which is the superset of all built .a files, that way newt can be linked as a library into another application.  
> - All the include directories should (optionally) be placed into the bin/ directory, along with their full directory path.
>   - this MUST be optional, as for users of newt this creates unnecessary header file duplication, but it is very useful for people who wish to include newt in third party systems
> - Newt should have an option to generate a Makefile, with the targets in newt target show, that allows people to build a newt project without the newt tool, and just requires Make.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)