Skip to content

.asm Compile error #20

@UnderscoreGavin7

Description

@UnderscoreGavin7

when i try to do make all in the main makefile, it comes up with an error which says

 Building Kernel
 make -C ./kernel
 make[1]: Entering directory '/home/mainuser/Documents/9/devos-master/kernel'
 nasm   -f elf -o  -c arch/x86/start.asm -o  arch/x86/start.o
 arch/x86/start.asm: fatal: more than one output file specified: arch/x86/start.o

 make[1]: *** [Makefile:64: arch/x86/start.o] Error 1
 make[1]: Leaving directory '/home/mainuser/Documents/9/devos-master/kernel'
 make: *** [Makefile:14: all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions