Gautham Polisetty
Gautham Polisetty

Reputation: 155

Are symbolic links supported in vxworks?

symlink() is not supported in Vxworks.
Is there any other way to create a symbolic link in Vxworks ?

Upvotes: 3

Views: 756

Answers (1)

nneonneo
nneonneo

Reputation: 179452

Most VxWorks filesystems don't even support symlinks, so VxWorks doesn't provide any means of creating them. If you have a filesystem which does support symlinks (and already contains some), then VxWorks can read and follow those links.

Upvotes: 1

Related Questions