Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has anyone managed to make this work/build it? #22

Open
BorgoBoy opened this issue Aug 20, 2024 · 2 comments
Open

Has anyone managed to make this work/build it? #22

BorgoBoy opened this issue Aug 20, 2024 · 2 comments

Comments

@BorgoBoy
Copy link

I just can't

@nikit6000
Copy link

nikit6000 commented Oct 16, 2024

Modify the source code for your purposes and then:

make -j1 os=linux CC="$(TARGET_CC)" ST="echo" -C "./mDNSResponder/mDNSPosix"
install -D -m 644 "./mDNSResponder/mDNSPosix/build/prod/libdns_sd.so" "$(TARGET_DIR)/usr/lib/libdns_sd.so"
install -D -m 644 "./mDNSResponder/mDNSShared/dns_sd.h" "$(TARGET_DIR)/usr/include/dns_sd.h"
make -j1 os=linux CC="$(TARGET_CC) -I$(TARGET_DIR)/usr/include -L$(TARGET_DIR)/usr/lib" STRIP="echo" -C "./source/PlatformPOSIX"

$(TARGET_DIR) - path to your target's sysroot
$(TARGET_CC) - path to the gcc for cross compilation

@liuwentai
Copy link

liuwentai commented Oct 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants