Hi,
I am very new to connect ME.
I have installed the development kit, that came along with it.
Its NET+OS7.5.
To begin with, I have a created a new project with default service settings which are web server, ftp server, cli telnet, tcp/serial transfer and ADDP server.
When I build the project, I get compilation error:
…/web/result/fixed/mesh/mesh_config_htm.cc:101: multiple definition of initializeMeshSettings' ./web/result/stubs/mesh/mesh_config_v.o:../web/result/stubs/mesh/mesh_config_v.c:241: first defined here /usr/lib/gcc/arm-elf/4.2.0/../../../../arm-elf/bin/ld: Warning: size of symbol
initializeMeshSettings’ changed from 196 in ./web/result/stubs/mesh/mesh_config_v.o to 216 in ./web/result/fixed/mesh/mesh_config_htm.o
./web/result/fixed/mesh/mesh_fw_update_htm.o: In function getMeshFwUpdateInit': /cygdrive/C/netos75/src/bsp/cli/includes/Errors.hh:80: multiple definition of
getMeshFwUpdateInit’
./web/result/stubs/mesh/mesh_fw_update_v.o:…/web/result/stubs/mesh/mesh_fw_update_v.c:213: first defined here
Seems like I have to select either of web result fixed or stub as there is multiple definition when both are included.
Pl. let me know how can I resolve it.
Thanks
Neeraj