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.
Any idea on how to solve this?