Click here to Skip to main content
15,896,207 members
Articles / Programming Languages / C

GCCFilter - A script for compiling with GCC in Visual Studio

Rate me:
Please Sign up or sign in to vote.
4.88/5 (19 votes)
23 Apr 2012CPOL4 min read 45.1K   25  
This article describes how to make Visual Studio "understand" the error messages produced by GCC using a Makefile project and a simple PERL script.

Revisions


  

Compare Revision Minor Date Status Editor
4 - publicly available No 26-May-17 4:52 Available Sean Ewington
Updates in content. Changes: 77
3 No 23-Apr-12 6:51 Available Smitha Nishant
2 No 23-Apr-12 6:44 Composing Ivan Shcherbakov
1 No 21-Apr-12 9:43 Composing Ivan Shcherbakov

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Sysprogs UG (haftungsbescrhänkt)
Germany Germany
Ivan Shcherbakov is a cofounder of the Sysprogs UG (haftungsbeschränkt), the company developing custom software, drivers and firmware and delivering VisualGDB - a Visual Studio plugin that allows using Visual Studio to build applications with GCC and debug them with GDB.

The main goal of VisualGDB is to combine the time-saving Visual Studio debugging experience with the wide application range of GDB, such as Linux applications and Embeddeed firmware.

A special Android Edition of VisualGDB allows building and debugging native Android code with Visual Studio easily and smoothly.

Comments and Discussions