Hi,
What is your Ride version number ?
I supposed your application was developped with older Ride version with ST library precompiled (version 2.x), so you have to ckeck on the "LD Linker/Libraires/Use OLD Precompiled" option in your Ride project.
Now, in order to be independant with ST library version, with the new version of Ride, we do not provide precompiled librairies v3.x. So, we suggest to integrate ST sources files into your project.
Unckeck the "LD Linker/Libraires/Use OLD Precompiled" option
, and add USART, Gpio or necessary ST source and header files into your project (version 3.x).
Yves
Last edited by yrt (2010-01-07 08:17:48)