You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -O http://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.gz
tar -xf binutils-2.27.tar.gz
cd binutils-2.27
./configure --target i386-none-elf
make -j4
make install
which i386-none-elf-ld