Path configuration

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
moonckim
Newbie
Posts: 15
Joined: Fri Feb 04, 2011 9:18 pm

Path configuration

Post by moonckim » Fri Feb 04, 2011 9:41 pm

When I configure the paths for Gcc and Asm in PIC30 Configurator with "C:\Program Files\Microchip\MPLAB C30" and "C:\Program Files\Microchip\MPLAB ASM30 Suite" (where the Microchip C compiler is installed), project build for a demo project (Multistack and semaphore demo) failed with the following message:

D:\Evidence\bin\mymake_cygwin.bat all
MAKE_DIRECTORIES
make: Nothing to be done for `all'.

If I keep the default settings for those paths (Programmi rather than Program Files), I have the following error messages during build:

D:\Evidence\bin\mymake_cygwin.bat all
cygpath: cannot create short name of c:\Programmi\Microchip\MPLAB ASM30 Suite
(usage for cygpath command)
cygpath: cannot create short name of c:\Programmi\Microchip\MPLAB C30
(usage for cygpath command)
make: Nothing to be done for `all'.

Could you help me to resolve this problem?

FYI. Evidence is installed at "D:\Evidence" (with no blank in folder name). cygwin is installed at "C:\cygwin". RTDruid version: 1.4.0.

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re: Path configuration

Post by paolo.gai » Fri Feb 04, 2011 10:05 pm

Well... 1.4.0 is quite old.

Please try a newer version. 1.5.1 (with or without nightly build) should be better. Moreover, the new versions tries to guess the location of the compiler, and it usually works most of the times!

the download locations are:

for 1.5.1:
- http://erika.tuxfamily.org/erika-for-mu ... vices.html

for 1.6.0: (which is still in BETA, but many people are currently using it)
- http://erika.tuxfamily.org/erika-for-mu ... id160.html

Ciao,

PJ

moonckim
Newbie
Posts: 15
Joined: Fri Feb 04, 2011 9:18 pm

Re: Path configuration

Post by moonckim » Fri Feb 04, 2011 11:04 pm

It works well with 1.5.1.
Thank you.

Post Reply