Skip to content

macOS 构建问题汇总 #141

Description

@Erizeez
  • Python环境缺少distlib
    • 一种不合适的解决方法:pip3.13 install --break-system-packages distlib
  • qemu无法编译
../linux-user/gen-vdso.c:15:10: fatal error: 'endian.h' file not found 15 
#include <endian.h> 
^~~~~~~~~~ 1 error generated.
  • 缺少brew依赖:meson
  • 部分Patch采用了CRLF换行符,在UNIX环境存在问题
    • build-hnp/7zip/0001-fix-ohos-build.patch
  • ARKUIX_SDK_HOME 需要设置,但没有指引

持续更新中

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions