You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many undefined reference to `mDNSResponderDeinit'....;
See "Realtek mDNS User Guide" to need change icf file, but application_is.icf is different with the doc.
How can I build with makefile without IAR IDE?
The text was updated successfully, but these errors were encountered:
Hi @jiqianghu,
The "Realtek mDNS User Guide" is not for z2 SDK, please refer to /component/common/example/mdns/readme.txt
To link lib_mdns.a in IAR, right click "application_is-Debug -> lib", select "Add -> Add Files…", add lib_mdns.a in path /component/soc/realtek/8710c/misc/bsp/lib/common/IAR.
To link lib_mdns.a in GCC, modify /project/realtek_amebaz2_v0_example/GCC-RELEASE/application.is.mk, add "-l_mdns".
Many undefined reference to `mDNSResponderDeinit'....;
See "Realtek mDNS User Guide" to need change icf file, but application_is.icf is different with the doc.
How can I build with makefile without IAR IDE?
The text was updated successfully, but these errors were encountered: