Menu

#1455 Add support for cross compile of VxWorks with ICC on Windows

closed-fixed
None
5
2014-12-09
2014-11-25
Brian
No

I've been working on a side project building various open source packages for VxWorks 7
http://www.windriver.com/products/vxworks/
a.k.a the only OS on mars :)
If I feed ./configure the correct environment I can cross compile on several processors with two different compilers GNU and DIAB. However Intel ICC requires a couple minor patches, which are attached.

1 Attachments

Discussion

  • Brian

    Brian - 2014-11-25

    2nd patch

     
  • Daniel Stenberg

    Daniel Stenberg - 2014-11-25
    • status: open --> open-confirmed
    • assigned_to: Daniel Stenberg
     
  • Daniel Stenberg

    Daniel Stenberg - 2014-11-25

    Thanks Brian,

    configure changes need to be done in the configure.ac file as that is the source, configure is the generated output script. The -wd whitespace seems to be fixed already in git.

    I merged the include fix, slightly edited, in commit 700843d.

     
  • Daniel Stenberg

    Daniel Stenberg - 2014-12-09
    • status: open-confirmed --> closed-fixed