undefined reference to `Shell'. undefined reference to `_io_part_mgr_install'

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

undefined reference to `Shell'. undefined reference to `_io_part_mgr_install'

ソリューションへジャンプ
1,352件の閲覧回数
migueltorres
Contributor I

I am working with the demo code sdcard (demo.c) when I compile the code only works properly, but when added to another project to compile I mark these errors (attached picture) as I have all the libraries and necessary Paths.

What else have to add or configure an the project?

I'm working with CodeWarrior 10.6  and twrk53n512.

thank you for your help.

Regards.

Miguel

0 件の賞賛
返信
1 解決策
1,115件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Miguel:

I think you need to add mfs and shell support into your new project.

right click  you project, select properties, then add MFS and shell directory into the directorires of Assember, Compiler. Linker tools.

Let's take ARM Ltd Windows GCC C compiler for examples, please see the below picture.

property.jpg

You can compare your project setting against the sdcard demo .

Regards

Daniel

元の投稿で解決策を見る

2 返答(返信)
1,116件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Miguel:

I think you need to add mfs and shell support into your new project.

right click  you project, select properties, then add MFS and shell directory into the directorires of Assember, Compiler. Linker tools.

Let's take ARM Ltd Windows GCC C compiler for examples, please see the below picture.

property.jpg

You can compare your project setting against the sdcard demo .

Regards

Daniel

1,115件の閲覧回数
migueltorres
Contributor I

tanks for your help  Daniel

0 件の賞賛
返信