W6100 Atollic Tool Development start up issues

Hello. Received a number of tools from your HK office for our development with the W6100 controller. Starting fresh on a Windows 7 x64 box → downloaded the latest Atollic toolchain → imported the W6100_EVB download from github (following your Wiki webpages) → facing a number of file link errors.

Attempting to manually locate the missing .h files and replacing the #include statements with absolute links but now stuck with:

|fatal error: w6100.h: No such file or directory|AddressAutoConfig.h|/W6100_AddressAutoConfiguration/src|line 38|C/C++ Problem|

This really should be working out of the box. Is the posted documentation stale? What are we doing wrong? Cannot waste too much time to evaluate these components and would like to be operational soon.

Atollic 9.3.0
Project folder is on E: drive

2 errors are raised for each of the 2 projects that have been imported from github:

Description Resource Path Location Type
fatal error: stm32f10x_rcc.h: No such file or directory HAL_Config.h /W6100_Loopback/src line 4 C/C++ Problem
Description Resource Path Location Type
fatal error: w6100.h: No such file or directory AddressAutoConfig.h /W6100_AddressAutoConfiguration/src line 38 C/C++ Problem

From a search on my local drive, unable to locate file named w6100.h - is this the same as w6100RelFunctions.h?

====

After ignoring the above errors…downloaded through import → the following posted project on github:

now 3 different errors are raised.

Description Resource Path Location Type
fatal error: core_cm3.h: No such file or directory W6100_Loopback line 488, external location: E:\W6100_EVB-master\W6100_EVB-master\Libraries\CMSIS\Device\ST\STM32F10x\Include\stm32f10x.h C/C++ Problem
Description Resource Path Location Type
fatal error: w6100.h: No such file or directory AddressAutoConfig.h /W6100_AddressAutoConfiguration/src line 38 C/C++ Problem
Description Resource Path Location Type
fatal error: wizchip_conf.h: No such file or directory wizchip_init.h /W6100EVB-Loopback/Inc line 35 C/C++ Problem

Are these projects tested or in alpha / beta stage? Why are we observing these errors? Believe that we followed the Wiki pages correctly. Will keep researching for a resolution.

===

After 2 (wasted) hours…have the demo code compiling correctly. The initial experience in starting with the W6100-EVB was not a positive one and the reference documentation is not correct.

Thanks.

Do you download a io6Library?
Since it is a submodule, please download it separately.

Thanks Becky. We have it working but that piece of information would have been nice to have during this review. If you follow the posted details on getting started with the W6100-EVB and related GitHub code, the referenced library is missing. After a few hours found out this root cause of compiler errors. A good starting base should be some revised document that shows step by step on how to compile the project without errors.