<br />提示: <br />Error[e81]: Unknown flag in extended format option -Oelf,(CODE)=.elf <br />Available modifiers for this format: <br /> a Format suitable for debuggers from ARM Ltd (also sets -p flag) <br /> c Use address_class attributes for pointer types <br /> f Suppress DWARF Call Frame Information <br /> m Output types in each compilation unit, instead of once for all <br /> n Suppress DWARF debug output <br /> o Use non-factored CFA offsets in DWARF Call Frame Information <br /> p Multiple Elf program sections <br /> r Produce a relocatable executable ELF file <br /> s Ref_addr (global refs) use .debug_info (not file) offsets <br /> v Use variant use_location semantics for member pointers <br /> w Do not emit any .debug_aranges section <br /> x Strip source file paths, leaving only the file name and extension <br /> z Merge consecutive output segments of the same kind <br /><br />Several modifiers can be used at the same time, by specifying <br />more than one character after the "-y". For example, -yac turns on <br />both modifier a and modifier c. <br /> |
|