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.

Compiler mikroC Pro issues

Status
Not open for further replies.

nakul8873

Newbie level 4
Joined
Apr 26, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
USA
Activity points
1,328
I am using mikroC Pro for 89c2051. Issue is that it give me an error "demo limit" as i exceed 2kb. lenght of my code is around 3kb, can any one recommend me a better compiler that will allow me to compile a 3kb code.
 

SDCC is a free IDE for that. You can use it without limits.

--
Amr Ali
 

hi

all compilers except open source will have a limitation in some where when you are using the evaluation version of the same. if you want to use the full version, you'll have to pay for it
the open source compilers are ok for student level projects, but you cannot expect much features and support as the commercial ones
if you are going to do some good projects it's always recommended to buy the full version of any good compiler.


ml
 

well i think that the actual 89c2051 only has 2KB of memory!

Are you planning to update to an 89c4051?

any way, I recommend also the SDCC compiler for the mcs-51, you could use the code::blocks as an IDE for that compiler...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top