LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Unable to find fdio (floppy disk control operations) on solaris machine 5.11 11.4.0.15.0 (https://www.linuxquestions.org/questions/solaris-opensolaris-20/unable-to-find-fdio-floppy-disk-control-operations-on-solaris-machine-5-11-11-4-0-15-0-a-4175658332/)

narsimha@solaris 07-31-2019 06:33 AM

Unable to find fdio (floppy disk control operations) on solaris machine 5.11 11.4.0.15.0
 
Hi

I am compiling my application code on solaris 5.11 11.4.0.15.0 , In application code I used "fdio" related code . The Solaris box do not have <sys/fdio.h>.

How to get the fdio package ?

Thanks.

jlliagre 08-01-2019 02:26 AM

Floppy disk support has been removed from Solaris 11:
Quote:

On-board floppy drive controller and related interfaces and utilities are not supported on both the x86 and the SPARC hardware platforms. However, these two platforms continue to support the external USB floppy drives.
This header file might have disappeared due to the former end-of-feature.

To be able to compile code requiring it, you might try to use an opensource copy.

narsimha@solaris 08-12-2019 09:05 AM

Quote:

Originally Posted by jlliagre (Post 6020438)
Floppy disk support has been removed from Solaris 11:


This header file might have disappeared due to the former end-of-feature.

To be able to compile code requiring it, you might try to use an opensource copy.



Thanks for your reply , I will keep my code under flag (#ifdef VER < SOLARIS_11)


All times are GMT -5. The time now is 02:39 PM.