Menu

#718 GCC 5.2 crashes while compiling ChibiOS

16.1.4
closed
None
Medium
16.1.3
True
2016-03-06
2016-02-29
No

The crash happens because LTO during linker phase. The cause is likely some problem into GCC itself how ever it is caused by the following line in vectors.c:

void Reset_Handler(void) attribute((weak, alias("_unhandled_exception")));

By removing the attribute the compilation succeeds.

void Reset_Handler(void);

Discussion

  • Giovanni Di Sirio

    • Fixed in Repository: False --> True
     
  • Giovanni Di Sirio

    Will be fixed in 3.0.6 and 16.1.4.

     
  • Giovanni Di Sirio

    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB