You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/12/06 15:32:19 UTC

[GitHub] kasjer opened a new pull request #1554: bsp/hifive1: Fix linker warning

kasjer opened a new pull request #1554: bsp/hifive1: Fix linker warning
URL: https://github.com/apache/mynewt-core/pull/1554
 
 
   Order of linker script entries in bsp.yml result in warning that is
   visible during build only when some other link error happens.
   repos/apache-mynewt-core/hw/bsp/hifive1/hifive1.ld:32: warning: memory region `flash' not declared
   repos/apache-mynewt-core/hw/bsp/hifive1/hifive1.ld:131: warning: memory region `ram' not declared
   repos/apache-mynewt-core/hw/bsp/hifive1/hifive1_boot.ld:22: warning: redeclaration of memory region `flash'
   repos/apache-mynewt-core/hw/bsp/hifive1/hifive1_boot.ld:23: warning: redeclaration of memory region `ram'
   Changing order of entries in bsp fixes this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services