I am getting the following error when compiling my application:
-lstdc++ -Wl,–end-group -Wl,-Map,image.map -Wl,–wrap=tfGetAddrInfo
bsp/7_5/connectcore9p9215_a/lib/libbsp.a(customizeParams.o): In function customizeIamGetDefaultIpv6GatewayConfig': ./customize/customizeParams.c:284: undefined reference to NAGetAppIpv6Gateway’
collect2: ld returned 1 exit status
make: *** [image.elf] Error 1
make: Target `all’ not remade because of errors.
appconf.h and appconf_api.c were updated to include that reference a few months ago.
Update these files from a new project (merge changes if you’ve edited the Digi originals)
I updated my software with package manager and created a new project. I moved my source files to it.
Right now I am getting the following errors:
-lstdc++ -Wl,–end-group -Wl,-Map,image.map -Wl,–wrap=tfGetAddrInfo
./appconf_api.o: In function NAGetAppiDigiInit': /cygdrive/c/Users/DanielSantana/My Documents/Digi_ESP/workspace_75/DigiMaster/Debug/../appconf_api.c:230: undefined reference to app_idigi_init’
collect2: ld returned 1 exit status
make: *** [image.elf] Error 1
make: Target `all’ not remade because of errors.