RE: [ixp1200] File info from nfs?
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é
On Fri, 2004-02-13 at 09:32, David Mentre wrote:
Hello,
Hi
Without detailed explanation from your side (which platform, which OS, ...), I can only guess.
Sorry about the lack of precision!
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.
Thanks, I have linux on the card. The thing that trew me off was that I
had to use #include
Yours, d. -- Øyvind Hvamstad
participants (2)
-
David Mentre
-
Øyvind Hvamstad