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

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

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

跳至解决方案
2,556 次查看
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 解答
2,319 次查看
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 回复数
2,320 次查看
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,319 次查看
migueltorres
Contributor I

tanks for your help  Daniel

0 项奖励
回复