#43097 closed defect (duplicate)
arm-elf-gdb: error: non-void function 'ARMul_MRC' should return a value
Reported by: | irony42@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | billy@… | |
Port: | arm-elf-gdb |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The problem is:
... /work/gdb-7.1/sim/arm/armsupp.c:639:7: error: non-void function 'ARMul_MRC' should return a value [-Wreturn-type]
The port builds fine once this is corrected (either by changing the offending line or by disabling -Wreturn-type).
Change History (2)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Summary: | arm-elf-gdb fails to build → arm-elf-gdb: error: non-void function 'ARMul_MRC' should return a value |
Note: See
TracTickets for help on using
tickets.
Duplicate of #39916.