Changes between Initial Version and Version 1 of Ticket #43097


Ignore:
Timestamp:
Mar 27, 2014, 9:11:36 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #39916.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43097

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Summary changed from arm-elf-gdb fails to build to arm-elf-gdb: error: non-void function 'ARMul_MRC' should return a value
  • Ticket #43097 – Description

    initial v1  
    11The problem is:
    22
     3{{{
    34... /work/gdb-7.1/sim/arm/armsupp.c:639:7: error: non-void function 'ARMul_MRC' should return a value [-Wreturn-type]
     5}}}
    46
    57The port builds fine once this is corrected (either by changing the offending line or by disabling -Wreturn-type).