|
Hello,
I am getting an error "Makefile:17 missing
separator" when trying to make the JOS following
the instructions (go to arch/i386/nativecode and
type make).
Here are the first 20something lines of the
makefile, with line 17 marked with an added comment
(the comment is not in the makefile i'm running) I have
no idea why it's spaced like that when I
pasted it, either.
.KEEP_STATE: NASM = nasm NASMOPTIONS = -f elf CC = g++ IFLAGS = -I. -I../../../common/nativecode -I../../../common/decaf CFLAGS = -g -Wall -fno-builtin -fno-exceptions -DPARANOID -DHANDLE_CLOCK -DTEST_A20 $(IFLAGS) ASMHEADERS = ASMSOURCES = \ head.s86 \ jjidt.s86 GRUB_SOURCES = \ grub.s86 \ jjidt.s86 ASMOBJECTS = \ head.o \ jjidt.o TARGET_HEADERS = \ # this is line 17 jj386int.h \ jjconsole.h \ jjeflags.h \ jjetherboot.h \ jjidtent.h \ jjramdisk.h \ jjmachin.h \ jjtimer.h TARGET_SOURCES = \ entry.cc \ jj386int.cc \ jjconsol.cc \ jjeflags.cc \ jjetherboot.cc \ jjidtent.cc \ jjmachin.cc \ jjramdisk.cc \ jjfinfo.cc \ jjvinfo.cc \ jjtimer.cc TARGET_OBJECTS = \ entry.o \ jj386int.o \ jjconsol.o \ jjeflags.o \ jjetherboot.o \ jjidtent.o \ jjmachin.o \ jjramdisk.o \ jjfinfo.o \ jjvinfo.o \ jjtimer.o
# end cut of makefile Again, I have no idea what's wrong here... the makefile looks just fine to me.
Thanks! -glyn (WikiName: GlynGowing)
|
