MPLAB 7.0 on website
CASTalk.com Forum Index CASTalk.com
Discussion of DSP, FPGA, storage and embedded system.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web castalk.com
MPLAB 7.0 on website

 
Post new topic   Reply to topic    CASTalk.com Forum Index -> Embedded System
Author Message
Gary Kato
Guest





Posted: Wed Dec 08, 2004 3:30 am    Post subject: MPLAB 7.0 on website Reply with quote

Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later tonight
to download it.
Back to top
hamilton
Guest





Posted: Thu Dec 09, 2004 10:19 am    Post subject: Re: MPLAB 7.0 on website Reply with quote

Gary Kato wrote:

Quote:
Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later tonight
to download it.

No longer supports older PICC compilers.
Back to top
Gary Kato
Guest





Posted: Thu Dec 09, 2004 2:32 pm    Post subject: Re: MPLAB 7.0 on website Reply with quote

Quote:
No longer supports older PICC compilers.

Ah. I don't use C (yet) for PICs. I won't be using 7.0 for my own reason: it
won't install on Windows 98 (non SE).
Back to top
Ppelectron
Guest





Posted: Thu Dec 09, 2004 4:03 pm    Post subject: Re: MPLAB 7.0 on website Reply with quote

Quote:
Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later
tonight
to download it.

No longer supports older PICC compilers.



That sounds like bad news. Which older PICC compilers are you referring to?
Back to top
CBFalconer
Guest





Posted: Thu Dec 09, 2004 5:36 pm    Post subject: Re: MPLAB 7.0 on website Reply with quote

Gary Kato wrote:
Quote:

No longer supports older PICC compilers.

Ah. I don't use C (yet) for PICs. I won't be using 7.0 for my own
reason: it won't install on Windows 98 (non SE).

That sounds very ugly. Are they keeping older versions available?
I, for one, will never let the newer Windows on my machines,
because of their EULAs, and because W98 does enough for my
purposes. Any improvement will have to come via Linux or BSD.

--
Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
Back to top
hamilton
Guest





Posted: Fri Dec 10, 2004 8:08 am    Post subject: Re: MPLAB 7.0 on website Reply with quote

Ppelectron wrote:
Quote:
Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later

tonight

to download it.


No longer supports older PICC compilers.




That sounds like bad news. Which older PICC compilers are you referring to?

If you look in "Project" -> "Set Language Tool Locations" PICC is not

listed.
Back to top
Leon Heller
Guest





Posted: Fri Dec 10, 2004 9:01 am    Post subject: Re: MPLAB 7.0 on website Reply with quote

"Gary Kato" <garykato@aol.com> wrote in message
news:20041207173006.06216.00000960@mb-m23.aol.com...
Quote:
Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later
tonight
to download it.

I've heard that it is rather buggy.


Leon
--
Leon Heller, G1HSM
http://www.geocities.com/leon_heller
http://www.kasamba.com/viewExpert.asp?conMemID=105725&Catid=1111&banID=2100
Back to top
Mike Page
Guest





Posted: Sat Dec 11, 2004 7:29 pm    Post subject: Re: MPLAB 7.0 on website Reply with quote

hamilton wrote:
Quote:
Gary Kato wrote:

Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later
tonight
to download it.

No longer supports older PICC compilers.

You mean it won't drive picc build process or it won't recognise the
..cod format?

Best Regards,
Mike Page
Back to top
hamilton
Guest





Posted: Sat Dec 11, 2004 11:01 pm    Post subject: Re: MPLAB 7.0 on website Reply with quote

Mike Page wrote:
Quote:
hamilton wrote:

Gary Kato wrote:

Just noticed that Microchip Technologies now has MPLAB 7.0 available for
downloading. Don't know how it differs. I'll have to wait until later
tonight
to download it.

No longer supports older PICC compilers.


You mean it won't drive picc build process or it won't recognise the
.cod format?

Best Regards,
Mike Page
If you look in "Project" -> "Set Language Tool Locations" PICC is not

listed.

I can not run my compiler. So Yes. I can not create a .cod file either.
Can I load a .cod file ??? I don't know, I can not create one.
Back to top
Thad Smith
Guest





Posted: Sun Dec 12, 2004 5:42 am    Post subject: Re: MPLAB 7.0 on website Reply with quote

hamilton wrote:

Quote:
Mike Page wrote:

hamilton wrote:

No longer supports older PICC compilers.

You mean it won't drive picc build process or it won't recognise the
.cod format?

If you look in "Project" -> "Set Language Tool Locations" PICC is not
listed.

Meaning: it doesn't (easily) drive the build process.

Quote:
I can not run my compiler. So Yes. I can not create a .cod file either.

Most (or all) PIC compilers can be run from the command line. Check
your documentation.

MPLAB doesn't compile -- it edits (same as your everyday editor), starts
a compiler for you, simulates, debugs (through suitable hardware), and
programs (through hardware). The most valuable of these are simulation
and on-chip debugging. See if you can run the compiler from the command
line, setting the proper options to generate a file which MPLAB can use
to read symbols for debugging. You should be able to simulate or debug,
though, even without symbol support, although its harder.

Thad
Back to top
Bill Carson
Guest





Posted: Sun Dec 12, 2004 5:50 am    Post subject: Re: MPLAB 7.0 on website Reply with quote

"hamilton" <hamilton@deminsional.com> wrote in message
news:41bb35dd_2@omega.dimensional.com...
Quote:
If you look in "Project" -> "Set Language Tool Locations" PICC is not
listed.


"Choose "Set Language Tool Location.." from the Project menu. Then select
the HI-TECH PICC Toolsuite. Assign the PICL.exe for each of the
executables."

From: http://forum.microchip.com/tm.asp?m=35862

HTH

B.C.
Back to top
 
Post new topic   Reply to topic    CASTalk.com Forum Index -> Embedded System All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




VoIP Electronics Powered by phpBB