Home     Company     Products     Services     Community     Download     Store
    [Home arrow Community arrow Forum ]
Community
Community
Login Form





Lost Password?
No account yet? Register
Evidence Forum
Welcome, Guest
Please Login or Register.    Lost Password?
can not fined PIC 30 .elf File (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: can not fined PIC 30 .elf File
#37
p.erasmus (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
can not fined PIC 30 .elf File 8 Months, 2 Weeks ago Karma: 0  
Dear ERika and Users

I have installed the dsPIC SW and compile the Demo for the
explorer board as per tutorial However I get the following build report and there is no .ELF file in the Debug folder after the Build
Please help
Thank you very much Peter Erasmus

:Evidencebinmymake_cygwin.bat all
cygpath: cannot create short name of c:ProgrammiMicrochipMPLAB ASM30 Suite
Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME...
cygpath [-c HANDLE]
cygpath [-ADHPSW]
Convert Unix and Windows format paths, or output system path information

Output type options:
-d, --dos print DOS (short) form of NAMEs (C:PROGRA~1)
-m, --mixed like --windows, but with regular slashes (C:/WINNT)
-M, --mode report on mode of file (binmode or textmode)
-u, --unix (default) print Unix form of NAMEs (/cygdrive/c/winnt)
-w, --windows print Windows form of NAMEs (C:WINNT)
-t, --type TYPE print TYPE form: 'dos', 'mixed', 'unix', or 'windows'
Path conversion options:
-a, --absolute output absolute path
-l, --long-name print Windows long form of NAMEs (with -w, -m only)
-p, --path NAME is a PATH list (i.e., '/bin:/usr/bin')
-s, --short-name print DOS (short) form of NAMEs (with -w, -m only)
System information:
-A, --allusers use `All Users' instead of current user for -D, -P
-D, --desktop output `Desktop' directory and exit
-H, --homeroot output `Profiles' directory (home root) and exit
-P, --smprograms output Start Menu `Programs' directory and exit
-S, --sysdir output system directory and exit
-W, --windir output `Windows' directory and exit
Try `cygpath --help' for more information.
cygpath: cannot create short name of c:ProgrammiMicrochipMPLAB C30
Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME...
cygpath [-c HANDLE]
cygpath [-ADHPSW]
Convert Unix and Windows format paths, or output system path information

Output type options:
-d, --dos print DOS (short) form of NAMEs (C:PROGRA~1)
-m, --mixed like --windows, but with regular slashes (C:/WINNT)
-M, --mode report on mode of file (binmode or textmode)
-u, --unix (default) print Unix form of NAMEs (/cygdrive/c/winnt)
-w, --windows print Windows form of NAMEs (C:WINNT)
-t, --type TYPE print TYPE form: 'dos', 'mixed', 'unix', or 'windows'
Path conversion options:
-a, --absolute output absolute path
-l, --long-name print Windows long form of NAMEs (with -w, -m only)
-p, --path NAME is a PATH list (i.e., '/bin:/usr/bin')
-s, --short-name print DOS (short) form of NAMEs (with -w, -m only)
System information:
-A, --allusers use `All Users' instead of current user for -D, -P
-D, --desktop output `Desktop' directory and exit
-H, --homeroot output `Profiles' directory (home root) and exit
-P, --smprograms output Start Menu `Programs' directory and exit
-S, --sysdir output system directory and exit
-W, --windir output `Windows' directory and exit
Try `cygpath --help' for more information.
MAKE_DIRECTORIES
MAKE_DIRECTORIES (after a clean)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#38
paolo.gai (Admin)
Admin
Posts: 105
graph
User Offline Click here to see the profile of this user
Re:can not fined PIC 30 .elf File 8 Months, 2 Weeks ago Karma: 4  
Dear Peter,

The ELF file has not been produced because RT-Druid (and then the generated makefile) could not find your C30 compiler.

Please take a look at the Erika Enterprise Tutorial for dsPIC (R) DSC 30 family v. 1.1.9 , available for download at http://www.evidence.eu.com/content/view/185/219/ .

In particular, step 4 at page 9 and Figure 4.4 tells you about the correct configuration of the compiler. Please put the correct directories used for the installation of the C30 compiler (the "Gcc path") and for the MPLAB IDE ASM30 compiler (The "ASM path").

I hope this helps...

Paolo
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#39
p.erasmus (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:can not fined PIC 30 .elf File 8 Months, 2 Weeks ago Karma: 0  
Dear Paolo

Thank you for the reply, I did download the Document before
I started to use the software,
The settings below are the settings in the PIC 30.
the folders are in these locations I checked it as well .

C:ProgrammeMicrochipMPLAB C30
C:ProgrammeMicrochipMPLAB ASM30 Suite
I tried to rebuild the project with the following reportand no .ELF file.
I see when I post the information the Back slashes between the arguments are not shown
Thank you very much
Peter

Rebuild /myProject/conf.oil in the project myProject
Compute configuration's files

WARNING > Not found any value for MASTER_CPU. Using default value.

All files are up-to-date.

There are some Warnings.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/03/03 16:01 By p.erasmus.
  The administrator has disabled public write access.
#40
paolo.gai (Admin)
Admin
Posts: 105
graph
User Offline Click here to see the profile of this user
Re:can not fined PIC 30 .elf File 8 Months, 2 Weeks ago Karma: 4  
Hi,

- please remove the "Debug" directory created in your project before rebuilding

- please check the directories are specified correctly, especially if you are using Windows Vista (see the notes at the beginning of the document i cited in my previous post...

PJ
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#41
p.erasmus (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:can not fined PIC 30 .elf File 8 Months, 2 Weeks ago Karma: 0  
Dear PJ
thank you for the reply Yes I have seen the notes on vista and I am not using Vista it is XP on my machine ,I will remove the debug and try again
Thank you very much.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#42
p.erasmus (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:can not fined PIC 30 .elf File 8 Months, 2 Weeks ago Karma: 0  
Dear Paolo
I think I have it running now as I can see the pic30.elf file
and the following report
Possibly you could check it through and varify that it is working correctly,I removed the old debug file and compiled again .Many Thanks.
C:Evidencebinmymake_cygwin.bat all
MAKE_DIRECTORIES
CP p33FJ256GP710.h
GEN ee_pic30regs.h
DEP eecfg.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
eecfg.c:0: error: bad value (33FJ256GP710) for -mtune= switch
MAKE_DIRECTORIES (after a clean)
CPP eecfg.c
CPP code.c
CP crt0.s
ASM crt0.s
LOC
CPP ee_board.c
CP p33FJ256GP710.inc
GEN ee_pic30regs.inc
PRE ee_hal.S
ASM ee_hal.S
CPP ee_hal_c.c
CPP ee_alcancel.c
CPP ee_altick.c
CPP ee_alget.c
CPP ee_alsetabs.c
CPP ee_alsetrel.c
CPP ee_irqsc.c
CPP ee_rqexchg.c
CPP ee_rqinsert.c
CPP ee_schedule.c
CPP ee_thact.c
CPP ee_thendin.c
CPP ee_mutex.c
AR libee.a
LD
OBJDUMP
************************************

Compilation terminated successfully!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Evidence S.r.l. - PIVA: 01638690501
Via Carducci 64/A - Ghezzano - Pisa - Italy
Privacy Policy