Hello,
From: Øyvind Hvamstad [mailto:oyvindh@ifi.uio.no]
I'm writing a program, where I need the sizes of files. In linux I would call the function stat() to fetch this information. What function would I call on the strongARM?
Without detailed explanation from your side (which platform, which OS, ...),
I can only guess.
If you are using the software framework provided by Intel in IXP1200, you
have the choice between Linux and VxWorks. If it is Linux, use your standard
stat() syscall. Otherwise (VxWorks or bare-bone code on the processor), you
are on your own.
Yours,
d.
--
David Mentré