Topic : STR730-DEMO RIDE can't find COMMON.ld file

Forum : ARM

Original Post
Post Information Post
March 13, 2008 - 1:57pm
Guest

Hi,
i'm a newbie to embedded control and ST products. I thought I would start with compiling and downloading the code on the DEMO board using the code I downloaded from the ST site. However, when I go to Build All, the system can't find the STR73x_COMMON.ld file. I've done a directory search and it appears to be where it's supposed to be (C:\RIDE\LIB\STRX). I've tried to put it in the project file, but there doesn't seem to be a way of doing that.
I'm using the limited edition of RIDE.
Any suggestions would be appreciated.
Jim

Replies
Post Information Post
+1
0
-1
March 13, 2008 - 2:37pm
Guest

Hi,
You are right. In fact the library path (linker, startup files)was changed from %RIDEDIR%\lib\STR7 to %RIDEDIR%\lib\STRx.
to fix this just change the STR7 by STRx in:
Options->Project->Directories(Library(.lib))
Rgds