filename too long

I’m getting this message on several files that are related to compiling
stuff.
also find gets lost in the infinite loop. See errors below.

find: Can’t get stat. (/x86/usr/ntox86/bin/ar): Filename too long
find: Can’t get stat. (/x86/usr/bin/ntox86-ranlib): Filename too long
find: Can’t get stat. (/x86/usr/bin/ranlib): Filename too long
find: Can’t get stat. (/x86/usr/bin/ar): Filename too long
find: Can’t get stat. (/x86/usr/bin/ntox86-ar): Filename too long
find: Can’t get stat. (/x86/usr/lib/libstdc++.a): No such file or
directory
find: Can’t get stat. (/usr/ntox86/bin/ar): Filename too long
find: Can’t get stat. (/usr/bin/ntox86-ranlib): Filename too long
find: Can’t get stat. (/usr/bin/ranlib): Filename too long
find: Can’t get stat. (/usr/bin/ar): Filename too long
find: Can’t get stat. (/usr/bin/ntox86-ar): Filename too long
find: Can’t get stat. (/usr/lib/libstdc++.a): No such file or directory
find: Cannot recurse into ‘/pkgs/base/qnx/os/core2.1’ - filesystem forms
an infi
nite loop

What can I do to correct this problem?

The limit for filenames in the QNX filesystem is 48 chars. If you
need to work with greater than this you can mount FAT32 or ext2(linux)
filesystems.

Looking at these errors I’m not sure this is the problem though.

Previously, Larry Brigman wrote in qdn.public.qnxrtp.installation:

I’m getting this message on several files that are related to compiling
stuff.
also find gets lost in the infinite loop. See errors below.

find: Can’t get stat. (/x86/usr/ntox86/bin/ar): Filename too long
find: Can’t get stat. (/x86/usr/bin/ntox86-ranlib): Filename too long
find: Can’t get stat. (/x86/usr/bin/ranlib): Filename too long
find: Can’t get stat. (/x86/usr/bin/ar): Filename too long
find: Can’t get stat. (/x86/usr/bin/ntox86-ar): Filename too long
find: Can’t get stat. (/x86/usr/lib/libstdc++.a): No such file or
directory
find: Can’t get stat. (/usr/ntox86/bin/ar): Filename too long
find: Can’t get stat. (/usr/bin/ntox86-ranlib): Filename too long
find: Can’t get stat. (/usr/bin/ranlib): Filename too long
find: Can’t get stat. (/usr/bin/ar): Filename too long
find: Can’t get stat. (/usr/bin/ntox86-ar): Filename too long
find: Can’t get stat. (/usr/lib/libstdc++.a): No such file or directory
find: Cannot recurse into ‘/pkgs/base/qnx/os/core2.1’ - filesystem forms
an infi
nite loop

What can I do to correct this problem?

“Chris Foran” <cforan@qnx.com> wrote in message
news:Voyager.010112161720.1284S@funnel.qnx.com

The limit for filenames in the QNX filesystem is 48 chars. If you
need to work with greater than this you can mount FAT32 or ext2(linux)
filesystems.

Looking at these errors I’m not sure this is the problem though.

These are the symptoms of the same error I reported in the devtools group.
I’ve found that if you remove the existing installation of the development
tools, and then reinstall all but the GNU C++ tools you should be left with
everything but G++ working properly…

Marisa