Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D devos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Samy Pessé
  • devos
  • Issues
  • #20
Closed
Open
Issue created Jul 10, 2020 by c0ntr0x2334@c0ntr0x2334

.asm Compile error

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
Assignee
Assign to
Time tracking