Forum Discussion
Altera_Forum
Honored Contributor
16 years agowhere is the function "elca_findfirst()'?
Hi,
Everyone, I want to compile the picture viewer using the Eclipse GUI,but such functions can never be referenced (elca_findfirst(), elca_......).They are not in the BSP generated by the Eclipse. What should I do? Must I use the command line to create this project?:rolleyes: Thanks in advance6 Replies
- Altera_Forum
Honored Contributor
I have seen in the file"elca_fat.h" there are definations:
extern unsigned char elca_findfirst(void); But there are no head files included in this file.That is really wired.Where are these functions? - Altera_Forum
Honored Contributor
someone helps me.....
I think some beginners could meet the same problem with me..... - Altera_Forum
Honored Contributor
Right. Hunt for libelca_fat.a. It's a 3rd party library and IP for FAT and SD Card access...no source code provided.
--slacker - Altera_Forum
Honored Contributor
--- Quote Start --- Right. Hunt for libelca_fat.a. It's a 3rd party library and IP for FAT and SD Card access...no source code provided. --slacker --- Quote End --- OK.I see. Thank you so much .So I think there is no way to use the GUI because there is no source file. I can only use the command line. That's really not very convinent.:mad: - Altera_Forum
Honored Contributor
I wouldn't know/care. I only use GUIs for debug...
- Altera_Forum
Honored Contributor
--- Quote Start --- I wouldn't know/care. I only use GUIs for debug... --- Quote End --- Yeah.I think probably the command shell is more powerful.Anyway thank you for your hint:D