I am trying to install binutils in my mac.
configure
works:
sudo ./configure --target=i386-elf --disable-nls --disable-werror
but the make
command gives me a fatal error:
i386-dis.c:6671:21: fatal error: bracket nesting level exceeded maximum of 256
{ PREFIX_TABLE (PREFIX_VEX_3832) },
Any idea can help me out?