• Can we port our VxWorks 5.x application into DKM in VxWorks 7?

    From R SURESH@21:1/5 to R SURESH on Tue Feb 19 04:05:16 2019
    On Tuesday, February 19, 2019 at 5:12:56 PM UTC+5:30, R SURESH wrote:
    Hi all,

    VxWorks 5.x based application use only kernel mode headers and no user mode headers. So, can i just compile the VxWorks 5.x based application as a DKM in VxWorks 7?

    Thanks
    SURESH

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From R SURESH@21:1/5 to All on Tue Feb 19 03:42:54 2019
    Hi all,

    VxWorks 5.x based application use only kernel mode headers and no user mode headers. So, can to just compile the VxWorks 5.x based application as a DKM in VxWorks 7?

    Thanks
    SURESH

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From kuhlenough@gmail.com@21:1/5 to All on Thu Sep 5 09:53:34 2019
    Yes, a DKM is the same for all versions of VxWorks. A dynamically loaded kernel module like a Linux *.ko.

    You can also directly link the 5.5 application, and build it as static kernel object in VxWorks 6.x or 7.

    The APIs have evolved a bit over time, and you may have to update the code to meet the requirements of newer compilers and more strict ANSI C/POSIX standards.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)