Cortex_STM32F107 demo

Hi,
am trynig to run the Cortex_STM32F107 demo  on Eclipse/GCC (Code Sourcery) using the following link: http://www.stf12.org/developers/Download.html. When i run the project i got this error:
make: *** No rule to make target `wCortex_STM32F107.elf’, needed by `main-build’
but I can’t see what is missing, anybody else come across this problem/have any ideas?
Regards,

Cortex_STM32F107 demo

That project is provided by a third party so can’t be supported directly, but this just looks like a build configuration error and not FreeRTOS related.  Either it doesn’t understand how to build the elf file, or it can’t find one of the dependent files. Regards.