[
https://issues.apache.org/jira/browse/MYNEWT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15738121#comment-15738121
]
ASF subversion and git services commented on MYNEWT-506:
--------------------------------------------------------
Commit cd99344df197d5b9e372b93142184a39ec078f69 in incubator-mynewt-core's
branch refs/heads/develop from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=cd99344
]
MYNEWT-506 Replace src-rel dirs with proj-rel dirs
This change was necessary now that compiles aren't done from each
package's source directory. Include flags need to be specified relative
to the project's 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)