Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Sponsor

Zero to 32 bits in 10 minutes.
Take the fast track with Stellaris® ARM© Cortex™-M3 evaluations kits.

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | MPLAB 7.0 on website


Advertise Here

There are 7 messages in this thread.

You are currently looking at messages 0 to 7.

MPLAB 7.0 on website - Gary Kato - 2004-12-07 17:30:00

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.




Re: MPLAB 7.0 on website - hamilton - 2004-12-09 00:19:00

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.

Re: MPLAB 7.0 on website - Leon Heller - 2004-12-09 23:01:00

"Gary Kato" <g...@aol.com> wrote in message 
news:2...@mb-m23.aol.com...
> 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 



Re: MPLAB 7.0 on website - Mike Page - 2004-12-11 09:29:00

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

Re: MPLAB 7.0 on website - hamilton - 2004-12-11 13:01:00

Mike Page wrote:
> 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.




Re: MPLAB 7.0 on website - Thad Smith - 2004-12-11 19:42:00

hamilton wrote:

> 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.

> 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

Re: MPLAB 7.0 on website - Bill Carson - 2004-12-11 19:50:00

"hamilton" <h...@deminsional.com> wrote in message
news:4...@omega.dimensional.com...
> 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.