Topic : STR9 - what am I actually supposed to install??

Forum : ARM

Original Post
Post Information Post
May 5, 2008 - 11:52pm
Guest

My target platform is STR912F. My development machine is WinXP MCE SP2.
I downloaded and installed Ride7_ARM_BN12.exe, but when I tried building my main source file from the IDE, I just get "build failed" with no further information.

So I tried a pass at building from the command line, but I fail immediately because 91x_lib.h and its ilk are not anywhere in the Ride directories. Was I supposed to download something else (such as GNUARM) separately?? The online documentation suggested that this would be included with Ride7. I don't know what I did wrong...

Replies
Post Information Post
+1
0
-1
May 9, 2008 - 10:56am
Guest

Hi

First may I ask you if you were able to build a simple example project such as ADC_STR9.rprj to know if the problem you meet is specific to your project configuration.

Second point can you verify that the file 91x_lib.h and others are in Ride directory for instance in my computer I could find it here:
C:\Program Files\Raisonance\ride\Lib\ARM\STR91x_LIB\include

Last point usely before the massage "build failed" you can see at least in the "build log" window the command lines that are executed by Ride(view-build log)
If you have it please post it in the forum.

Matloub