what's mean the error L1822?

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

what's mean the error L1822?

814件の閲覧回数
wang
Contributor I

 i tried to use full chip simulation with mc9s12xdg128,but there is a error when i make.

the error is L1822,symbol delatms in file D:\program\project_3_Data\standard\objectcode\main.c.o is undefined;

i first use CW for HS12 ,please help me.think you!



I kown why here has a error!
Message Edited by wang on 2009-12-02 02:14 AM
ラベル(1)
0 件の賞賛
1 返信

304件の閲覧回数
CrasyCat
Specialist III

Hello

 

This message indicates that in file main.c you are using a symbol called delatms which is not defined anywhere.

 

Most probably you did forget either to add a library or a source file to your project.

 

If  delatms is a function you need an implementation of this function.

If delatms  is a variable or constant you need a definition for the variable.

 

That is all I can say from the message alone.

 

CrasyCat

0 件の賞賛