HC12: Why do I keep outcoding my lisence?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HC12: Why do I keep outcoding my lisence?

Jump to solution
2,668 Views
ARPR_COREY
Contributor I
Hi,

I am working on a thesis project and i am programming an hcs12dp256 with codewarrior. I keep running into the problem where i get a link error " L4025: This limited version allows only 32768 bytes of C code". The thing is, i don't see any possible way that my code is this big. I am currently using large memory model, with 32 bit floats and 64 bit doubles. Would these two factors have a large impact on the size of my code? And if so what can i do to get around this. Would using the small memory model help? Is there anywhere to get a free full lisence for students? Any help would be greatly appreciated!

- Corey

Message Edited by CrasyCat on 2007-04-13 11:01 AM

Labels (1)
Tags (1)
0 Kudos
1 Solution
613 Views
trytohelp
NXP Employee
NXP Employee
We've an academic version for the product.
This is exactly the same than the normal tool excepted for the price.
Can I suggest you to contact our sales team ?
 julie.teaz@freescale.com
Please provide us you the following info:
 - the tool version:
* CW:
Start the IDE and click on Help | About Metrowerks CodeWarrior.
Click on Installed Products
Provide us all info displayed.
Or you can save them in a txt file.
 - your disk id,
 - your academic school reference (details, address, ...),
 
Be aware than the New version CodeWarrior for HC12 V4.6 is available.
You can download this version on our web site via the link:
You can have several versions installed on the same PC.
There is only one restriction: install them on separate folder.
 
Pascal
 

View solution in original post

0 Kudos
2 Replies
614 Views
trytohelp
NXP Employee
NXP Employee
We've an academic version for the product.
This is exactly the same than the normal tool excepted for the price.
Can I suggest you to contact our sales team ?
 julie.teaz@freescale.com
Please provide us you the following info:
 - the tool version:
* CW:
Start the IDE and click on Help | About Metrowerks CodeWarrior.
Click on Installed Products
Provide us all info displayed.
Or you can save them in a txt file.
 - your disk id,
 - your academic school reference (details, address, ...),
 
Be aware than the New version CodeWarrior for HC12 V4.6 is available.
You can download this version on our web site via the link:
You can have several versions installed on the same PC.
There is only one restriction: install them on separate folder.
 
Pascal
 
0 Kudos
613 Views
Nabla69
Contributor V
Hello,

Including a library like floating point calculation takes a lot of space.

I doubt there is a free student license for CodeWarrior Professional Edition, the software package cost more than 3,000$ !

Try not using these libraries and split your calculations to use shorter types.

Alfred.