Hello,
I am new to using emFile, and I would like to integrate it to an existing project that uses embOS.
Before adding it to my project I decided to add it to a simple Hello World project, but I am unable to build it because the compiler cannot find the definition of several functions such as FS_init, FS_FormatLLIfRequired, FS_IsHLFormatted, etc...
I believe those are part of the precompiled library that came with emFile, but for some reason cannot be accessed.
Those are the steps that I followed:
The user guide seems to reference a different emFile library with different folders. For example, I do not have the Sample/FS/Driver/RAM folder. Am I missing something or is there another guide, other than the one included in the emFile_Trial_V404f that matches the files that I have?
I attached a screenshot showing what my project looks like as well as the error that I am seeing.
Any help would be gladly appreciated, thank you!
I am new to using emFile, and I would like to integrate it to an existing project that uses embOS.
Before adding it to my project I decided to add it to a simple Hello World project, but I am unable to build it because the compiler cannot find the definition of several functions such as FS_init, FS_FormatLLIfRequired, FS_IsHLFormatted, etc...
I believe those are part of the precompiled library that came with emFile, but for some reason cannot be accessed.
Those are the steps that I followed:
- Download emFile_Trial_V404f
- Create a Hello World project in SES
- Add the following folders from emFile to my working directory: Application, Config, FS, Sample, SEGGER.
- Add the files with the same folder structure to my project
- Include the paths for the directories and sub-directories by editing the options of my project in SES
- Exclude the folder 'Sample' from the build
- Exclude default 'main.c' file containing the "hello world" code
- Build in Release mode
The user guide seems to reference a different emFile library with different folders. For example, I do not have the Sample/FS/Driver/RAM folder. Am I missing something or is there another guide, other than the one included in the emFile_Trial_V404f that matches the files that I have?
I attached a screenshot showing what my project looks like as well as the error that I am seeing.
Any help would be gladly appreciated, thank you!