Guest User

Untitled

a guest
Feb 11th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. almu@debian:~/GNUMach_SMP/build$ make gnumach.gz
  2. depbase=`echo i386/i386at/boothdr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  3. gcc -DHAVE_CONFIG_H -I. -I..  -ffreestanding -nostdinc -imacros config.h -Ii386 -I. -I../i386 -I../i386/include/mach/sa -I../include   -D__ASSEMBLY__ -g -O2 -MT i386/i386at/boothdr.o -MD -MP -MF $depbase.Tpo -c -o i386/i386at/boothdr.o ../i386/i386at/boothdr.S &&\
  4. mv -f $depbase.Tpo $depbase.Po
  5. ../i386/i386at/boothdr.S: Assembler messages:
  6. ../i386/i386at/boothdr.S:44: Error: unsupported instruction `ljmp'
  7. ../i386/i386at/boothdr.S:60: Error: invalid instruction suffix for `push'
  8. ../i386/i386at/boothdr.S:72: Error: invalid instruction suffix for `push'
  9. make: *** [Makefile:5265: i386/i386at/boothdr.o] Error 1
  10.  
Advertisement
Add Comment
Please, Sign In to add comment