[
https://issues.apache.org/jira/browse/MYNEWT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15738119#comment-15738119
]
ASF subversion and git services commented on MYNEWT-506:
--------------------------------------------------------
Commit 60de31af722efbda3591c86de376be55795a8442 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=60de31a
]
MYNEWT-506 newt - @<repo> syntax in [acl]flags
E.g., a package can specify the following cflag:
"-I@apache-mynewt-core/encoding/tinycbor/include/tinycbor"
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)