HC12: Why do I keep outcoding my lisence?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

HC12: Why do I keep outcoding my lisence?

跳至解决方案
2,915 次查看
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

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
860 次查看
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 项奖励
回复
2 回复数
861 次查看
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 项奖励
回复
860 次查看
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.