-
Notifications
You must be signed in to change notification settings - Fork 0
MinGW Issues
davidmartinezanim edited this page Jan 2, 2015
·
3 revisions
You might get the following error when trying to compile your files:
You can use the following steps in order to address the issue (source):
- Right click on "My Computer"
- Click on "Manage"
- Click on "Device Manager"
- Click the "+" on the "Disk Drives"
- Count how many "Drives" that your computer are currently using.
- When the Error message pops up then count how many "Drives" its looking for and disable that amount you counted. "Disable the ones that say Generic USB "XX" reader USB device"
Compiling your first Hello World
program.
Table of contents
- Home
- Prerequisites
- Basic workflow
- Coding Style
- Binary Compatibility
-
Which compiler should I use?
- Windows users
- Unix / Linux users
- Mac OSX
- Writing the code
- Compiling the code
- Running the code
- Problems?
-
Getting setup with GCC
- Introduction
- Environment
- [[Writing Code|GCC Writing
hello world
]] - Compilation
- Getting setup with GCC
- Getting setup with Clang
-
Getting setup with MinGW
- Introduction
- Installation
- [[Writing Code|MinGW Writing
hello world
]] - Compilation
- Issues
-
Getting setup with VS
- Introduction
- Environment
- Installation
- [[Writing Code|VS Writing
hello world
]] - Compilation
- Getting setup with CodeBlocks
-
Getting setup with QtCreator
- Introduction
- Installation
- [[Writing Code|QtCreator Writing
hello world
]] - Compilation
- Issues