Missing Files in NANO24415 Example

Post your example source code and application notes to share with others
Post Reply
Lachlanp
Posts: 91
Joined: Tue Jan 29, 2013 4:44 am

Missing Files in NANO24415 Example

Post by Lachlanp »

In the examples that come with Netburenr, there are only two examples for the Nano54415, one called MinimalAppp, and a second called EFFS-STD-HTTP. For this later example. if I import the fileSystem from the example into an empty project, I get 84 errors. The instructions at the top of main.cpp indicate that before the program can compile, I need to remove the compiler link to FatFile.a and add a compiler link to \lib\StdFFile.a. However, this last file does not exist. The only files in the \lib directory are DBdebugLibrary.a, DBNANO54415.a, DBNetBurner.a, debugLibrary.a, fatFilea, LFNFatFile.a, NANO54415.a, NetBurner.a, SFNFatFile.a.

If I do a file search in the Netburner master directory it does not find this file.

Can anyone let me know where this file could be found?

Regards
Lachlan
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: Missing Files in NANO24415 Example

Post by dciliske »

Can you please tell me what build number you have? You seem to be having a fair bit of trouble with files.

Actually, you probably want to create a support ticket with us so we can go through more in depth.
Dan Ciliske
Project Engineer
Netburner, Inc
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Missing Files in NANO24415 Example

Post by rnixon »

I would get the latest release. There are a lot more examples in mine, and some specific to the file system. The Stdffile.a is in my \nburn\lib directory.
Post Reply