Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problem in mikroC for PIC V6.2 & V8.2 compiler

Status
Not open for further replies.

bobx

Junior Member level 3
Joined
Jan 11, 2010
Messages
29
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Location
TEHRAN
Activity points
1,531
Hi.I use mikroC for PIC V6.2 & V8.2 compiler but when compile my program
for making my "hex" file,the above compilers do not make hex file and show
the message; "Demo Limit ".What does it mean?What is wrong with my program?
Anybody please can help me and answer to me?

Thanks,
 

That means you've reached the limit that the DEMO version of the program you're using to compile. I believe MikroC has a 1000 instruction limit per program until you purchase it.
 
  • Like
Reactions: bobx

    bobx

    Points: 2
    Helpful Answer Positive Rating
Demo versions of compilers limits size of the output binaries.
 
  • Like
Reactions: bobx

    bobx

    Points: 2
    Helpful Answer Positive Rating
jumper2high said:
That means you've reached the limit that the DEMO version of the program you're using to compile. I believe MikroC has a 1000 instruction limit per program until you purchase it.
The demo limit is 2k program word.

Hope this helps.
Tahmid.
 
Re: problem in mikroC for PIC V6.2 & V8.2 compiler//RE[2]

Hello.Thanks,but I wonder it begins to give error just after 9k;before it[9k]
it works correctly.

Thanks,
 

"Hello.Thanks,but I wonder it begins to give error just after 9k;before it[9k]
it works correctly."

What's 9k ?

So basically you have 2 options here :

1. write more eficient code ;
2. buy a licence;
 
  • Like
Reactions: bobx

    bobx

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top