Backslash in path problem (Keil EWARM)

OP #1173042
Rate this post
useful
not useful
I'm trying to use WinARM with the Keil IDE, but I didn't manage to get
things to compile. After a bit of play, I figured it was because Keil is
supplying paths the Windows way (with backslash), and these characters
are completely ignored by WinARM, instead of being treated as path
separators.

Is there any way to solve this problem?

Thanks!
Moderator #1173043
Rate this post
useful
not useful
Eyal Teler wrote:

(EWARM is a product from IAR not Keil. The Keil package is called
RV-MDK(?) and the included IDE is called µVision)

> I'm trying to use WinARM with the Keil IDE, but I didn't manage to get
> things to compile.

What are the settings in the uVision "components" dialog?

> After a bit of play, I figured it was because Keil is
> supplying paths the Windows way (with backslash), and these characters
> are completely ignored by WinARM, instead of being treated as path
> separators.

Do you use the "arm-glue" package available from the WinARM-page? If
not: download the package and read the included setup-guide (unpack
files to C:\WinARM\bin, set arm-glue as prefix in uVision). The files in
the "glue-package" provide an interface between uVison and the GNU tools
as in WinARM. It's a collection of small programs which adjusts the
parameters.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now