HC12: Why do I keep outcoding my lisence?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

HC12: Why do I keep outcoding my lisence?

ソリューションへジャンプ
2,799件の閲覧回数
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 解決策
744件の閲覧回数
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 返答(返信)
745件の閲覧回数
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 件の賞賛
返信
744件の閲覧回数
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.