[
https://issues.apache.org/jira/browse/MYNEWT-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15749305#comment-15749305
]
ASF subversion and git services commented on MYNEWT-506:
--------------------------------------------------------
Commit bb1446aca9c29dabab719e5e6dd467f6ce53dc03 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=bb1446a
]
MYNEWT-506 newt: rm common project base from paths
This shortens the path names in images and elf files.
E.g.,
was:
/Users/ccollins/tmp/myproj/repos/apache-mynewt-core/apps/bleprph/src/main.c
now:
repos/apache-mynewt-core/apps/bleprph/src/main.c
> 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)