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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,052 Views
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 Kudos
1 Solution
815 Views
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

View solution in original post

2 Replies
816 Views
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

815 Views
migueltorres
Contributor I

tanks for your help  Daniel

0 Kudos