DoctorWkt / xv6-freebsd

Ths project adds a FreeBSD libc, other libs and a runtime to the xv6 kernel
Other
67 stars 13 forks source link

error while running make command #3

Open bk-10 opened 7 years ago

bk-10 commented 7 years ago

well when I ran the make command, I got this error in the terminal as shown below

make -C kern kernel make[1]: Entering directory '/home/osproject2005/Desktop/OSP/xv6-freebsd/kern' gcc -fno-builtin -Wall -m32 -nostdinc -I../include -msoft-float -fno-stack-protector -g -c -o console.o console.c /tmp/ccxd9llL.s: Assembler messages: /tmp/ccxd9llL.s:453: Error: missing or invalid displacement expression 0@GOT' /tmp/ccxd9llL.s:1249: Error: missing or invalid displacement expression4@GOT'

: recipe for target 'console.o' failed make[1]: *** [console.o] Error 1 make[1]: Leaving directory '/home/osproject2005/Desktop/OSP/xv6-freebsd/kern' Makefile:28: recipe for target 'kern/kernel' failed make: *** [kern/kernel] Error 2
InsaneMiner commented 3 years ago

same issue