[
https://issues.apache.org/jira/browse/MYNEWT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15738118#comment-15738118
]
ASF subversion and git services commented on MYNEWT-506:
--------------------------------------------------------
Commit 2824cdff37d624e79594d3c0c385d147bea55002 in incubator-mynewt-newt's
branch refs/heads/develop from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-newt.git;h=2824cdf
]
MYNEWT-506 newt - Compile files from base dir
Note: this change requires a sibling change to be made to core and the
other Mynewt repos. Any package which specifies a path in its cflags
(e.g., "-I") will be broken by this change. Rather than specify a path
relative to the source directory, the path should be relative to the
project base directory.
> newt - Compile files from base dir
> ----------------------------------
>
> Key: MYNEWT-506
> URL: https://issues.apache.org/jira/browse/MYNEWT-506
> Project: Mynewt
> Issue Type: Improvement
> Components: Newt
> Reporter: Christopher Collins
> Assignee: Christopher Collins
> Fix For: v1_0_0_rel
>
>
> Currently, newt descends into a source file's directory before compiling it.
> As a consequence, embedded paths consist only of filenames; directory
> information is lost.
> Instead, newt should change to the project's base dir, and build everything
> relative to there.
> Possible issue: increase in image size due to increase in length of __FILE__
> macros (e.g., asserts).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)