Use this panel to specify shared library settings for the ColdFire uClinux Linker .
The table below lists and describes the shared library settings for ColdFire uClinux linker.
| Option | Description |
|---|---|
| Shared (-shared) | Check to build shared versions of libraries, if shared libraries are supported on the target platform. |
| Shared object name (-Wl, -soname=) | Specifies the shared object name for the shared library. |
| Import Library name (-Wl, --out-implib=) | Specifies the import library name. The linker will create the file which will contain an import lib corresponding to the DLL the linker is generating. This import lib (which should be called *.dll.a or *.a may be used to link clients against the generated DLL; this behaviour makes it possible to skip a separate dlltool import library creation step. This option is specific to the i386 PE targeted port of the linker. |
| DEF file name (_Wl, --output-def=) | Species the name of the .def file to be created by dlltool. |