error while building Free-scale_USB_Stack_v4.1.1

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

error while building Free-scale_USB_Stack_v4.1.1

ソリューションへジャンプ
525件の閲覧回数
karthikas
Contributor IV

I am writing USB driver for the MK60N512MD100 MCU unit for USB-device mode (moss storage device), I downloaded USB stack from free scale website and doing build in Kiel V4. But I am getting fallowing error.

I am using  - Free-scale_USB_Stack_v4.1.1

********************************ERROR_LOG************************************

linking...

.\Flash\USB_MSD.axf: Error: L6218E: Undefined symbol esdhc_info_ptr (referred from esdhc_kinetis.o).

Not enough information to list image symbols.

Finished: 1 information, 0 warning and 1 error messages.

".\Flash\USB_MSD.axf" - 1 Error(s), 0 Warning(s).

Target not created

**************************************************************************************

Can anyone help me in resolving this issue. Thanks in advance.

ラベル(3)
タグ(2)
0 件の賞賛
1 解決策
414件の閲覧回数
karthikas
Contributor IV

The problem was solved :,

"extern const ESDHC_INFO_STRUCT_PTR   esdhc_info_ptr" ,

I removed "Extern" in the above declaration of esdhc_kinetis.c file.

Thank you..,

元の投稿で解決策を見る

0 件の賞賛
1 返信
415件の閲覧回数
karthikas
Contributor IV

The problem was solved :,

"extern const ESDHC_INFO_STRUCT_PTR   esdhc_info_ptr" ,

I removed "Extern" in the above declaration of esdhc_kinetis.c file.

Thank you..,

0 件の賞賛