문제

When I look at the help output from gar -h, it tells me:

[...] 
gar: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux [...]

How can I instruct gar to create an elf32-i386 output?

도움이 되었습니까?

해결책

The output type will be the same as the inputs. So if you want elf32-i386 output you need to give it elf32-i386 input files

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top