Project Build Error undefined reference "NAGetAppTimeStamp"

I am getting the following error when I try to build my project. Can anyone please help!!! Thank you very much in advance.

bsp/7_3/connectme/lib/libbsp.a(dialog.o): In function NADisplayDialog': ./customize/dialog.c:2081: undefined reference to NAGetAppTimeStamp’
collect2: ld returned 1 exit status
make: *** [image.elf] Error 1
make: Target `all’ not remade because of errors.

Should be in src\bsp\common\appconf_api.c

Does this file need to be manually included in the project or is it part of an option that can be selected in project properties? I am using NET-OS 7.3.

Question: “Does this file need to be manually included in the project or is it part of an option that can be selected in project properties? I am using NET-OS 7.3.”

If I look at projects that I have created, the file appconf_api.c is included in the projects files. So if appconf_api.c is not included in your project’s files, then I’d recommend copying the file from src\bsp\common into your project’s files.

Thank you very much for your help. I will give it a try tonight and post back the result.

Thank you so much for your help. I was able to build the project with no errors. I will run it through the debugger tomorrow as it is too late in the night now.

Thank you again.