I am trying to boot from VxWorks Image from the server. When my target is
getting booted up I get the following message.
Attached TCP/IP interface to etc0.
Attaching network interface lo0... done.
Loading...
Error loading file: errno = 0xd0003.
D
Could anyone decode something from the error number. I am quiet new to
Vxworks.
Thanks in advance.
-Natarajan
----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web -----
http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
NewsOne.Net prohibits users from posting spam. If this or other posts
made through NewsOne.Net violate posting guidelines, email ab...@newsone.net
e. g.
-> printErrno 0xd0003
0xd0003 = S_iosLib_INVALID_FILE_DESCRIPTOR
Otherwise, you can decoce it by hand. The high word is the code for the
module as define in /target/h/vwModNum.h. After you've found the correct
module number constant, do a search for that string in the /target/h
directory, this will yield a list of includes where the corresponding error
messages are defined.
I'm afraid there is no convenient way to lookup a particular error message
in the docs.
hth
werner
<na...@cachevision.com> wrote in message news:9advin$c79$1...@news.netmar.com...
>
> Hi,
>
> I am trying to boot from VxWorks Image from the server. When my target is
> getting booted up I get the following message.
>
> Attached TCP/IP interface to etc0.
> Attaching network interface lo0... done.
> Loading...
> Error loading file: errno = 0xd0003.
> D
>
> Could anyone decode something from the error number. I am quiet new to
> Vxworks.
>
> Thanks in advance.
>
> -Natarajan
>
>
>
>
> ----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the
<na...@cachevision.com> wrote in message news:9advin$c79$1...@news.netmar.com...
>
> Hi,
>
> I am trying to boot from VxWorks Image from the server. When my target is
> getting booted up I get the following message.
>
> Attached TCP/IP interface to etc0.
> Attaching network interface lo0... done.
> Loading...
> Error loading file: errno = 0xd0003.
> D
>
> Could anyone decode something from the error number. I am quiet new to
> Vxworks.
>
> Thanks in advance.
>
> -Natarajan
>
>
>
>
> ----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the
K