I'm trying to install i386-elf-gcc per the directions in this readme part of the OSTEP course.
I tried installing using sudo port install i386-elf-gcc gdb
but running into Error: Processing of port i386-elf-gcc failed
. My current machine is a Apple M1 Max running macOS 15. There's a ton of what appears to be syntaxy errors in the log file such as:
/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__locale:689:3: error: expected expressionreturn std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);^
Any and all help is deeply appreciated! Thank you!