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
Linux installation
Moderator: paolo.gai
Re: Linux installation
Hi,
could you please verify if the file /opt/microchip/mplabc30/v3.24/bin/c30_deviceoinfo is present and its permissions?
could you please verify if the file /opt/microchip/mplabc30/v3.24/bin/c30_deviceoinfo is present and its permissions?
Re: Linux installation
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
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