hi,
I am trying to use the enet_uip_m3 example for my concerto to test ethernet.
first I start the example project but it didn't compile because it was the M.LM359B96 core selected, so i selected mine the F28M35H52C1 but all the include path get lost.
I manually added the include path like that :
and then I compile :
**** Build of configuration Flash for project enet_uip_m3 ****
D:\ccsv5\utils\bin\gmake -k all 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/enet_uip.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="enet_uip.pp" "C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/enet_uip.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/enet_uip.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/httpd.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="httpd.pp" "C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/httpd.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/httpd.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/startup_ccs.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="startup_ccs.pp" "C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/startup_ccs.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/startup_ccs.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/utils/uartstdio.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="utils/uartstdio.pp" --obj_directory="utils" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/utils/uartstdio.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/utils/uartstdio.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/utils/ustdlib.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="utils/ustdlib.pp" --obj_directory="utils" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/utils/ustdlib.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/utils/ustdlib.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="third_party/uip-1.0/uip/uip.pp" --obj_directory="third_party/uip-1.0/uip" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip_arp.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="third_party/uip-1.0/uip/uip_arp.pp" --obj_directory="third_party/uip-1.0/uip" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip_arp.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip_arp.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip_timer.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="third_party/uip-1.0/uip/uip_timer.pp" --obj_directory="third_party/uip-1.0/uip" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip_timer.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/uip/uip_timer.c' ' ' 'Building file: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/apps/dhcpc/dhcpc.c' 'Invoking: ARM Compiler' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --include_path="D:/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/uip" --include_path="C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/../../../../MWare/third_party/uip-1.0/apps" --gcc --define=ccs --gen_func_subsections=on --ual --preproc_with_compile --preproc_dependency="third_party/uip-1.0/apps/dhcpc/dhcpc.pp" --obj_directory="third_party/uip-1.0/apps/dhcpc" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/apps/dhcpc/dhcpc.c" 'Finished building: C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/third_party/uip-1.0/apps/dhcpc/dhcpc.c' ' ' 'Building target: enet_uip.out' 'Invoking: ARM Linker' "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7M3 --code_state=16 --abi=eabi -me --gcc --define=ccs --gen_func_subsections=on --ual -z --stack_size=256 --heap_size=0 -i"D:/ccsv5/tools/compiler/tms470_4.9.5/lib" -i"C:/ti/controlSUITE/device_support/f28m35x/v140/F28M35x_examples_Master/enet_uip/m3/ccs/.." -i"D:/ccsv5/tools/compiler/tms470_4.9.5/include" --reread_libs --warn_sections --rom_model -o "enet_uip.out" "./third_party/uip-1.0/apps/dhcpc/dhcpc.obj" "./third_party/uip-1.0/uip/uip_timer.obj" "./third_party/uip-1.0/uip/uip_arp.obj" "./third_party/uip-1.0/uip/uip.obj" "./utils/ustdlib.obj" "./utils/uartstdio.obj" "./startup_ccs.obj" "./httpd.obj" "./enet_uip.obj" -l"C:\ti\controlSUITE\device_support\f28m35x\v140\MWare\cmd\F28M35x_generic_M3_FLASH.cmd" -l"rtsv7M3_T_le_eabi.lib" "C:/ti/controlSUITE/device_support/f28m35x/v140/MWare/driverlib/ccs/Debug/driverlib.lib" <Linking> 'Finished building target: enet_uip.out' ' ' D:/ccsv5/utils/bin/gmake --no-print-directory post-build "D:/ccsv5/utils/tiobj2bin/tiobj2bin.bat" "enet_uip.out" "enet_uip.bin" "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/ofd470.exe" "D:/ccsv5/tools/compiler/tms470_4.9.5/bin/hex470.exe" "D:/ccsv5/utils/tiobj2bin/mkhex4bin.exe" The system cannot find the path specified. gmake[1]: [post-build] Error 1 (ignored) ' '
**** Build Finished ****
Then I load the program and execute it, the two red led are switch on.
I follow the intruction in the user guide to configure the network to communicate with the card but I can't ping my card.
and when I try to access to the intern webserver it didn't work.
I really don't understand where is the problem
Does anyone has an idea ?
Thanks in advance
Adrien