New to PIC microcontrollers? The wiki has a bunch of resources to help you out: PIC quick start tutorials How to compile PIC projects and export firmware for a bootloader How to program a PIC with a programmer On Linux? So is MPLAB X (18F compilers now available)
Tag Archives: C compiler
Intro to MinGW: Compile pirate-loader
MinGW is a Windows port of the open source GCC compiler. It will compile native Windows executables from C, C++, and a few other languages. In this post we document our experience compiling the pirate-loader bootloader application. Pirate-loader, originally written for Microsoft Visual C, is a C program that uploads a new firmware to the […]
