Linux installation

Forum relativo alle schede FLEX, ERIKA Enterprise, RT-Druid, ScicosLab, ...

Moderator: paolo.gai

Locked
pau.marti@upc.edu
Newbie
Posts: 4
Joined: Mon Oct 13, 2008 7:25 am

Linux installation

Post by pau.marti@upc.edu » Wed Jan 30, 2013 1:06 pm

Hi,
I've followed the installation instructions for RT-Druid given in
http://erika.tuxfamily.org/wiki/index.p ... Linux_host
and when compiling the first project, I've got the following error.


11:23:49 **** Build of configuration Default for project prova ****
/home/pau/workspace/prova/Debug/make_launcher.bat all
Using erika files in /home/pau/Evidence/eclipse/plugins/com.eu.evidence.ee_2.0.0.20130123_2012/ee_files
Could not open resource file: /opt/microchip/mplabc30/v3.24/bin/c30_deviceoinfo
MAKE_DIRECTORIES
Could not open resource file: /opt/microchip/mplabc30/v3.24/bin/bin/../c30ice.infoinfo

Unknown processor 33FJ256MC710.
CP crt0.s
make: *** [obj/Debug/eecfg.o] Error 1
cc -E frommchp/crt0.S > frommchp/crt0.s
ASM crt0.s
CP p33FJ256MC710.h
GEN ee_pic30regs.h
CPP eecfg.c

Any suggestion about how to solve this problem?

Thanks

r.schiavi
Newbie
Posts: 4
Joined: Tue Jun 05, 2012 7:30 am

Re: Linux installation

Post by r.schiavi » Thu Jan 31, 2013 9:05 am

Hi,
could you please verify if the file /opt/microchip/mplabc30/v3.24/bin/c30_deviceoinfo is present and its permissions?

pau.marti@upc.edu
Newbie
Posts: 4
Joined: Mon Oct 13, 2008 7:25 am

Re: Linux installation

Post by pau.marti@upc.edu » Thu Jan 31, 2013 2:02 pm

Hi
the file was present and it had only permission for root. I've changed its permissions to give read and write rights to me.

So, making ls -l in /opt/microchip/mplabc30/v3.24/bin I get
-rwxrwxrwx 1 pau pau 1621193 Aug 19 2010 c30_device.info
I that correct?

In the window/preferences/Rt-Druid/dspic I have
Gcc path: /opt/microchip/mplabc30/v3.24
Asm path: /opt/microchip/mplabc30/v3.24

And the compilation still gives me

13:55:10 **** Build of configuration Default for project prova ****
/home/pau/workspace/prova/Debug/make_launcher.bat all
Using erika files in /home/pau/Evidence/eclipse/plugins/com.eu.evidence.ee_2.0.0.20130123_2012/ee_files
MAKE_DIRECTORIES

CP crt0.s
cc -E frommchp/crt0.S > frommchp/crt0.s
ASM crt0.s
Could not open resource file: /opt/microchip/mplabc30/v3.24/bin/c30_deviceoinfo
CP p33FJ256MC710.h
GEN ee_pic30regs.h
CPP eecfg.c
Could not open resource file: /opt/microchip/mplabc30/v3.24/bin/bin/../c30ice.infoinfo
Unknown processor 33FJ256MC710.
make: *** [obj/Debug/eecfg.o] Error 1

Note that the file that can not open is referred as to "c30_deviceoinfo", missing the dot. Could this be a problem?

Thanks

Locked