vmt / udis86

Disassembler Library for x86 and x86-64
http://udis86.sourceforge.net
BSD 2-Clause "Simplified" License
1.01k stars 295 forks source link

How to cross compile i686 on x86_64 #119

Open FindHao opened 7 years ago

FindHao commented 7 years ago

I try linux32 ./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" , but it doesn't work.

ghost commented 7 years ago

It didn't worked for me too. Tried --host=i386 and --host=x86.