Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
redox
redox
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 211
    • Issues 211
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • redoxredox
  • Issues
  • #1309

Closed
Open
Opened Jul 18, 2020 by 1nky@1nky

Cant get make qemu to run

Hi great project... have been waiting for a rust inspired OS.. Still haven't finished the Rust book yet and although still a newbie, redox was just to tempting. My issue is that the qemu make fails with this output

/Rust/Rust Projects/redox$ make qemu mkdir -p build nasm -f bin -o build/bootloader -D ARCH_x86_64 -ibootloader/x86_64/ bootloader/x86_64/disk.asm make: *** No rule to make target '/home/myuser/Rust/Rust', needed by 'prefix/x86_64-unknown-redox/relibc-install'. Stop.

Is this a real issue or have I just not given the make command enough to work with? From what I can read the emulator can run i386 and x86_64 architectures, I tried this comand and got this output $ make qemu/x86_64 make: *** No rule to make target 'qemu/x86_64'. Stop.

keep up the good work and thanks

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/redox#1309