Announcement

Collapse
No announcement yet.

GCC Plugins Now Supported On Windows/MinGW

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GCC Plugins Now Supported On Windows/MinGW

    Phoronix: GCC Plugins Now Supported On Windows/MinGW

    A late addition for the GCC 8 code compiler is adding support for plug-ins to Windows/MinGW...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Still no 64-bit support in stock MinGW? This is getting embarrassing.

    Comment


    • #3
      Originally posted by eydee View Post
      Still no 64-bit support in stock MinGW? This is getting embarrassing.
      That is an issue with the old MinGW project, not with gcc. If you want modern gcc on Windows, try Mingw-w64:


      Comment


      • #4
        Originally posted by eydee View Post
        Still no 64-bit support in stock MinGW? This is getting embarrassing.
        Just grab MSYS2. It's probably be what you're looking for and much more.

        Comment


        • #5
          hi,
          i'm trying to use the plugin on the latest 8.x gcc and when i write the command:

          gcc -print-file-name=plugin

          it just echo back the string "plugin" and not where the plugin is ...

          where can i find the plugin folder or can get a working example stub of how to start doing this in MinGW gcc ?


          Thanks.


          Comment

          Working...
          X