olafz Oct 4, 2019 #1 Hi, building the world fails with this error message on a 12.0-RELEASE i386 host: Code: /usr/src/lib/libc/i386/gen/_ctx_start.S:44:2: error: invalid instruction mnemonic 'pic_prologue' What exactly is going wrong here?
Hi, building the world fails with this error message on a 12.0-RELEASE i386 host: Code: /usr/src/lib/libc/i386/gen/_ctx_start.S:44:2: error: invalid instruction mnemonic 'pic_prologue' What exactly is going wrong here?
SirDice Administrator Staff member Administrator Moderator Oct 4, 2019 #2 What's in /etc/make.conf and/or /etc/src.conf? Also make sure you start with a clean slate; make -C /usr/src clean.
What's in /etc/make.conf and/or /etc/src.conf? Also make sure you start with a clean slate; make -C /usr/src clean.
OP olafz Oct 4, 2019 Thread Starter #4 SirDice said: What's in /etc/make.conf and/or /etc/src.conf? Also make sure you start with a clean slate; make -C /usr/src clean. Click to expand... Good point. Let me try another round after deleting src.conf.
SirDice said: What's in /etc/make.conf and/or /etc/src.conf? Also make sure you start with a clean slate; make -C /usr/src clean. Click to expand... Good point. Let me try another round after deleting src.conf.