japaric / f3

Board Support Crate for the STM32F3DISCOVERY
Apache License 2.0
94 stars 35 forks source link

ld: discard the .note.gnu.build-id section #68

Closed japaric closed 8 years ago

japaric commented 8 years ago

old versions of gcc insert this into the executable but this causes problem because this section places itself at the beginning of the .text section thus filling the vector table with wrong values.

japaric commented 8 years ago

@homunkulus r+

homunkulus commented 8 years ago

:pushpin: Commit 447d343 has been approved by japaric

homunkulus commented 8 years ago

:hourglass: Testing commit 447d343 with merge 447d343...

homunkulus commented 8 years ago

:broken_heart: Test failed - status-travis

japaric commented 8 years ago

@homunkulus r+

homunkulus commented 8 years ago

:pushpin: Commit e88710d has been approved by japaric

homunkulus commented 8 years ago

:hourglass: Testing commit e88710d with merge e88710d...

homunkulus commented 8 years ago

:broken_heart: Test failed - status-travis

japaric commented 8 years ago

I can't repro locally but I have a slightly older nightly: rustc 1.15.0-nightly (43006fcea 2016-11-15). I wonder if this is a regression in how rustc generates symbols ...

japaric commented 8 years ago

@homunkulus try

homunkulus commented 8 years ago

:hourglass: Trying commit 9539289 with merge 9539289...

homunkulus commented 8 years ago

:broken_heart: Test failed - status-travis

japaric commented 8 years ago

@homunkulus try

homunkulus commented 8 years ago

:hourglass: Trying commit d22404a with merge d22404a...

homunkulus commented 8 years ago

:broken_heart: Test failed - status-travis

japaric commented 8 years ago

@homunkulus r+

homunkulus commented 8 years ago

:pushpin: Commit eee6551 has been approved by japaric

homunkulus commented 8 years ago

:hourglass: Testing commit eee6551 with merge eee6551...

homunkulus commented 8 years ago

:sunny: Test successful - status-travis Approved by: japaric Pushing eee6551ae96dbed28cc7cf036979904c0c64aa37 to master...