Skip to content

Some errors when build on ubuntu 20.04 (installed via virtualbox on windows) #160

@jundai20

Description

@jundai20

Tested on a brand new ubuntu 20.04 on Virutalbox, meet following issues:

./build --download-dependencies qemu-buildroot

  1. Need to modify /etc/apt/sources.list to add back deb-src
    ==> uncomment deb-src

  2. Need to manually install following packages
    builddeps:qemu : Depends: libgtk-3-dev but it is not going to be installed
    Depends: libvte-2.91-dev but it is not going to be installed
    Depends: libepoxy-dev but it is not going to be installed
    Depends: libgbm-dev but it is not going to be installed

  3. The openssl git name has a typo. Instead of openssl, it should be openssl.git
    qemu/roms/edk2/.gitmodules ==> openssl-> openssl.git

  4. It will kill ubuntu GUI mode, smash the host linux
    After ./build --arch aarch64 --download-dependencies qemu-buildroot, the ubuntu GUI is disspear. Still can login, but it is CLI mode.

  5. Pending, DO not know what happened, give up here :)
    Later, the host out/buildroot/buid/default/host-uitl-linux-2.35.2 will fail, the error is,
    configure: error: C compiler cannot create executables

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