I installed Multi 2000 3.6 from the Greenhills CD, then installed NetOS5 from the NetSilicon CD. Building any of the examples (from Greenhills or NS) always resulted in a build error: asarm: error: Unrecognized option ‘-fpu=soft’ With help from Greenhills (UK), I found that the asarm.exe file of the Multi installation was overwritten by the NetOS5 installation. Anyone know why? Other files were also overwritten, with older versions: GMEMFILE.EXE ocdserve.exe Are there any other files that are being overwritten by the NetOS5 installation? Is it safe to use the latest ones installed by Multi? It seems essential to use the latest asarm.exe.
With Net+Os v5.0 GreenHills v3.5 is supported.
I am trying to port my software from MULTI V2.1 and NETOS V4 to MULTI V3.5 and NetOS 5. I get this error [elxr] (error) unresolved symbols: 1 ioctl from bsproot.o [elxr] (error) errors during processing I was wondering if you ever encountered this or know about what this might be caused by
I am trying to port my software from MULTI V2.1 and NETOS V4 to MULTI V3.5 and NetOS 5. I get this error [elxr] (error) unresolved symbols: 1 ioctl from bsproot.o [elxr] (error) errors during processing I was wondering if you ever encountered this or know about what this might be caused by
It means you are trying to call the function ioctl from within the bsproot.c file. But the function is not available for the linker. Either its no longer used in version 5 of NETOS, or perhaps you removed the function/file with ioctl. Hope this helps