I added nx and nx_dhcp to my GUI project. Now I get the following compiler error:
'Invoking: Cross ARM C Compiler'
../synergy/ssp/src/framework/el/nx_application_layer/nx_dhcp/nx_dhcp.c:11725:2: error: #error "Secure builder required to compile this file"
#error "Secure builder required to compile this file"
^
'Invoking: Cross ARM C Compiler'
synergy/ssp/src/framework/el/nx_application_layer/nx_dhcp/subdir.mk:18: recipe for target 'synergy/ssp/src/framework/el/nx_application_layer/nx_dhcp/nx_dhcp.o' failed
make: *** [synergy/ssp/src/framework/el/nx_application_layer/nx_dhcp/nx_dhcp.o] Error 1
Only the dhcp causes this problem. The nx works fine. I have gone into the license file form and reapplied my license file and said to replace encrypted files with decrypted files to no avail.
I downloaded the nx_tcp_client_1_1_0 example and when I add dhcp to that it works just fine so it's not a license file issue. I compared the BSP components between the two projects and made them identical and one of them works and the other doesn't.
There is one difference and that's that my GUI project is a Synergy C++ project. I'm having difficulty believing that's the problem though.
Help!