Skip to content

dyld: Symbol not found: _map_fd #6

@dayt0n

Description

@dayt0n

If I type

make
into terminal to build this, at first it was giving my something about /Developer, so I installed the ios 4.0.1 sdk and it got a little further but now it says

/Applications/Xcode6-Beta5.app/Contents/Developer/usr/bin/make -C src launchd
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -o launchd launchd.o utils.o syscalls.o -arch armv6 -isysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/usr/include -static -nostartfiles -nodefaultlibs -nostdlib -Wl,-e,_main
collect2: ld terminated with signal 5 [Trace/BPT trap: 5]
dyld: lazy symbol binding failed: Symbol not found: _map_fd
  Referenced from: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ld_classic
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _map_fd
  Referenced from: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ld_classic
  Expected in: /usr/lib/libSystem.B.dylib

make[1]: *** [launchd] Error 1
make: *** [src/launchd] Error 2

Please help.

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