Forum Discussion

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

stdtypes.h: No such file or directory

stdtypes.h: no such file or directory

why am i receiving this error

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Because the file doesn't exist. I don't think that stdtypes.h is a standard include file. Why do you need it?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    www.altera.com/literature/hb/nios2/n2sw_nii52004.pdf

    1 Do not  edit system.h. The Nios II EDS provides tools to manipulate system settings. ......# include "stdtypes.h".# include "system.h"#define BUF_SIZE 100 ...
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That looks like a documentation typo/bug. '#define BUF_SIZE 100' should also be on a separate line.

    I think the memory test example makes use of this "fine grained" API and if not that particular example then either the application selector or the examples included with AN-429 do.

    Cheers,

    - slacker