Hi all,
I’m modifying some code that used to work fine in 6.2.1NC enviroment. Basicly I add some new features and try to build on 6.3.0NC (expired PE) but I meet some problems (original code meets same problem mentioned below).
-
QCC stopped working after the expiration period … so I switched to GCC
-
Compilation is successfull, and the io-net module (nfm-pb.so) is build
-
When I try to mount it following happens:
mount -T io-net ./nfm-pb.so
mount: Can’t mount / (type io-net)
mount: Possible reason: No such device or address
I haven’t tried 6.3.0 QCC because the lack of time to code during the expiration period, so i can not say for sure that GCC is the problem.
Any ideas where the problem is. I can attach the source code if this would help. Thanks in advance.