Giter VIP home page Giter VIP logo

Comments (6)

Inokinoki avatar Inokinoki commented on June 21, 2024
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/vm/vm_map.c:1298:10: error: no member named 'vmmap_high_start' in 'struct _vm_map'
        result->vmmap_high_start = 0;
        ~~~~~~  ^
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/vm/vm_map.c:2707:12: error: no member named 'vmmap_high_start' in 'struct _vm_map'
                    map->vmmap_high_start != 0) {
                    ~~~  ^
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/vm/vm_map.c:2708:17: error: no member named 'vmmap_high_start' in 'struct _vm_map'
                        start = map->vmmap_high_start;
                                ~~~  ^
             CC vm_object.o
             CC vm_pageout.o
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/vm/vm_map.c:20996:7: error: no member named 'vmmap_high_start' in 'struct _vm_map'
        map->vmmap_high_start = high_start;

Add !CONFIG_EMBEDDED

from xnu-bcm2837-hackintosh.

Inokinoki avatar Inokinoki commented on June 21, 2024

Migt be helpfule

image

from xnu-bcm2837-hackintosh.

Inokinoki avatar Inokinoki commented on June 21, 2024
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/exception_asm.h:29:10: fatal error: 'arm64/pac_asm.h' file not found
#include <arm64/pac_asm.h>
         ^~~~~~~~~~~~~~~~~
1 error generated.
In file included from /Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/gxf_exceptions.s:36:
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/exception_asm.h:29:10: fatal error: 'arm64/pac_asm.h' file not found
#include <arm64/pac_asm.h>
         ^~~~~~~~~~~~~~~~~
1 error generated.
In file included from /Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/machine_routines_asm.s:30:
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/exception_asm.h:29:10: fatal error: 'arm64/pac_asm.h' file not found
#include <arm64/pac_asm.h>
         ^~~~~~~~~~~~~~~~~
make[7]: *** [start.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: *** [gxf_exceptions.o] Error 1
1 error generated.
In file included from /Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/locore.s:37:
/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/osfmk/arm64/exception_asm.h:29:10: fatal error: 'arm64/pac_asm.h' file not found
#include <arm64/pac_asm.h>
         ^~~~~~~~~~~~~~~~~
make[7]: *** [machine_routines_asm.o] Error 1

Header-related, comment then out

from xnu-bcm2837-hackintosh.

Inokinoki avatar Inokinoki commented on June 21, 2024
ld: warning: object file (nonlto.o) was built for newer macOS version (11.3) than being linked (11.0)
ld: warning: object file (/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/BUILD/obj/DEVELOPMENT_ARM64_BCM2837//justlto.o) was built for newer macOS version (11.3) than being linked (11.0)
Undefined symbols for architecture arm64e:
  "_ml_enable_monitor", referenced from:
      _arm_vm_init in justlto.o
  "_pmap_cs_allow_invalid", referenced from:
      _vm_map_cs_wx_enable in justlto.o
ld: symbol(s) not found for architecture arm64e
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/inoki/Build/bigsur-arm64/xnu-7195.81.3/BUILD/obj/DEVELOPMENT_ARM64_BCM2837//kernel.development.bcm2837.unstripped] Error 1

Link error, due to missing arm64e extension

from xnu-bcm2837-hackintosh.

Inokinoki avatar Inokinoki commented on June 21, 2024

Remove them...

from xnu-bcm2837-hackintosh.

Inokinoki avatar Inokinoki commented on June 21, 2024

image

What worries me is that the arch is arm64e rather than arm64

from xnu-bcm2837-hackintosh.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.