Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Anyone Know What This Means ? Help, only a few days left.. (http://www.chiefdelphi.com/forums/showthread.php?t=34904)

gemccnp 18-02-2005 12:24

Anyone Know What This Means ? Help, only a few days left..
 
I got everything set (I think) in MPLAB and then clicked on "make" and here is what I got. It seems like something simple.....

Thansk so much for any help......


Executing: "C:\Program Files\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F8520 "ultoa.asm" /l"ultoa.lst" /e"ultoa.err" /o"ultoa.o"
Make: The target "C:\mcc18\src\string\18Cxx\mchrpgm.o" is out of date.
Executing: "C:\Program Files\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F8520 "mchrpgm.asm" /l"mchrpgm.lst" /e"mchrpgm.err" /o"mchrpgm.o"
Error[101] C:\MCC18\SRC\STRING\18CXX\MCHRPGM.ASM 117 : ERROR: (No Model Specified)
Halting build on first failure as requested.
BUILD FAILED: Fri Feb 18 10:20:10 2005

phillutz 18-02-2005 12:30

Re: Anyone Know What This Means ? Help, only a few days left..
 
Looks like your set to compile Assembler code not C code....

Look at the Project properties to get the Compiler/Linkers set correctly.

Phil

gemccnp 18-02-2005 15:49

Re: Anyone Know What This Means ? Help, only a few days left..
 
Thanks very much.

I know this sounds sad but could you clarify ?

Is it under build options or suite selection?

Greg Ross 18-02-2005 19:22

Re: Anyone Know What This Means ? Help, only a few days left..
 
Quote:

Originally Posted by gemccnp
Thanks very much.

I know this sounds sad but could you clarify ?

Is it under build options or suite selection?

That would be "Select Toolsuite" on the Project menu.

On the Active Toolsuite drop-down, select Microchip C18 Toolsuite.

gemccnp 19-02-2005 01:28

Re: Anyone Know What This Means ? Help, only a few days left..
 
Thanks a million! We should be all set :-)


All times are GMT -5. The time now is 21:38.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi