I am getting error when I build GuruxServer2 in ubuntu(linux). Please see the below. Even If i change the header file location, I am getting further errors.
lantronix@gopi:~/final/GuruxDLMSServerExample2$ make
src/getopt.c src/main.c
src/main.c:45:42: fatal error: ../dlms/include/dlmssettings.h: No such file or directory
compilation terminated.
makefile:30: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 1
I have already added those bin, obj directories and the issue is with the header file location it seems, I have build other client, server of dlms without issues after making bin,obj as you said, The issue is only with GuruxDLMSServer2.
Hi,
Hi,
Make obj and bin folders.
BR,
Mikko
Hi Mikko,
Hi Mikko,
I have already added those bin, obj directories and the issue is with the header file location it seems, I have build other client, server of dlms without issues after making bin,obj as you said, The issue is only with GuruxDLMSServer2.
Thanks,
Gopi Krishna M
Hi,
Hi,
Before start
===========================
Before start you need to copy files from development src and include folder to dlms folder.
BR,
Mikko