Hello,
I'm using SSP 1.3.3 and S7G2 µC on custom board. License file: SSP_Development_and_Production_License_20160311.xml
We've got DHCP, HTTP, SNTP, FTP working with NetX, so far so good.
Now we want to switch to NetX Duo by replacing all protocols stacks with NetX Duo stacks.
But compiler always throws the following errors, invoked by common_data.h:
(Looking in the component list, shows that there are only nxd_xxx components selected)
In file included from G:\__Synergy_Dev\Workspace\S883_0_DX_CU\src\synergy_gen\hal_data.h:6:
G:\__Synergy_Dev\Workspace\S883_0_DX_CU\src\synergy_gen/common_data.h:7:10: fatal error: 'nx_api.h' file not found
#include "nx_api.h"
^
1 error generated.
__synLib/sys/subdir.mk:18: recipe for target '__synLib/sys/synlib_sys.o' failed
make: *** [__synLib/sys/synlib_sys.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from G:/__Synergy_Dev/Workspace/__synLib/uart/synlib_uart.c:41:
In file included from G:\__Synergy_Dev\Workspace\__synLib\synlib_lib.h:15:
In file included from G:\__Synergy_Dev\Workspace\S883_0_DX_CU\src\synergy_gen\hal_data.h:6:
G:\__Synergy_Dev\Workspace\S883_0_DX_CU\src\synergy_gen/common_data.h:7:10: fatal error: 'nx_api.h' file not found
#include "nx_api.h"
^
1 error generated.
make: *** [__synLib/uart/synlib_uart.o] Error 1
__synLib/uart/subdir.mk:18: recipe for target '__synLib/uart/synlib_uart.o' failed
In file included from G:/__Synergy_Dev/Workspace/__synLib/util/synlib_util.c:17:
In file included from G:\__Synergy_Dev\Workspace\__synLib\synlib_lib.h:15:
In file included from G:\__Synergy_Dev\Workspace\S883_0_DX_CU\src\synergy_gen\hal_data.h:6:
G:\__Synergy_Dev\Workspace\S883_0_DX_CU\src\synergy_gen/common_data.h:7:10: fatal error: 'nx_api.h' file not found
#include "nx_api.h"
Any idea or help, is very appreciated.
Thanks in advance and best regards
Ralph