Few tests with MC 8.1

Discuss about beta versions of mikroC compiler.
Post Reply
Author
Message
yo2lio
Posts: 1878
Joined: 19 Sep 2006 12:57
Location: Romania, Arad City
Contact:

Few tests with MC 8.1

#1 Post by yo2lio » 04 Mar 2008 20:56

Hi,

1. When I try to open one project, compiler wait aprox. 3 seconds . Why ?
2. I can't copy messages from message window !!! :!:
3. With following program , PIC18F4620, I got Free RAM: -17 :?:

Code: Select all

unsigned short data_t[3948];

void main() {
  PORTC = 0;                 // Initialize PORTC
  TRISC = 0;                 // Configure PORTC as output
  
  data_t[3] = 1;
  
  while(1) {
    PORTC =  ~PORTC;         // toggle PORTC
    Delay_ms(1000);          // one second delay
    }
}
PS for point 1 : My PC is Core 2 Duo at 2GHz with 2GB RAM, Windows XP
Best regards, Florin Andrei Medrea.

http://www.microelemente.ro/
http://www.microelemente.ro/produse-si-servicii/
http://www.microelemente.ro/custom-software/

mail : florin@microelemente.ro

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Re: Few tests with MC 8.1

#2 Post by rajkovic » 05 Mar 2008 08:53

yo2lio wrote: 1. When I try to open one project, compiler wait aprox. 3 seconds . Why ?
This is initialization of ICD. We will change speed up this.
2. I can't copy messages from message window !!! :!:
Will be fixed. mikroC for PIC will get brand new IDE similar to the IDE for
mikroC for 8051.
3. With following program , PIC18F4620, I got Free RAM: -17 :?:

Code: Select all

unsigned short data_t[3948];
[/quote]

This is bug. It should definitely report not enough RAM. We will fix this for next release.

Post Reply

Return to “mikroC Beta testing”