Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

where 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 advance

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    someone helps me.....

    I think some beginners could meet the same problem with me.....
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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