Can somebody please explain this?

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?
 
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.
 
Back
Top