Click here to Skip to main content
15,884,388 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 44.8K   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.

Views

Daily Counts

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