MFS unresolved inclusion

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

MFS unresolved inclusion

1,704 Views
intevac_coder
Contributor III

Hello,

 

I'm trying to add MFS operation to access my SD card.  However, when I add the code:

 

#include <mfs.h>

#include <part_mgr.h>

 

I get

Unresolved inclusion: <mfs.h>

 

What modifications to the project properties do I make so the #includes work correctly?  The warning happens when I'm in debug mode but in release mode, the code compile fails because of the above.

 

Thanks!

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

1,156 Views
Abhitechmania
Contributor IV

It looks like it cannot find lib files for the mfs. Try to build mfs project in release mode and then your project.