sandeepmistry/arduino-nRF5

Linker warnings on all boards except nRF52 DK

Open

#20 opened on Jul 5, 2016

View on GitHub
 (2 comments) (2 reactions) (0 assignees)C (288 forks)github user discovery
help wanted

Repository metrics

Stars
 (952 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

ld.exe: warning: changing start of section .heap by 4 bytes ld.exe: warning: changing start of section .stack_dummy by 4 bytes ld.exe: warning: changing start of section .heap by 4 bytes ld.exe: warning: changing start of section .stack_dummy by 4 bytes ld.exe: warning: changing start of section .heap by 4 bytes ld.exe: warning: changing start of section .stack_dummy by 4 bytes

I presume this isn't important, never the less, ideally something should be changed in the linker file to fix this.

Contributor guide