3.6 Fixing Code That Does Not Work
This section examines issues relating to projects that do not build due to compiler errors, or those that build, but do not work as expected.
- How Do I Find Out What an Warning/Error Message Means?
- How Do I Find the Code that Caused Compiler Errors or Warnings in My Program?
- How Can I Stop Spurious Warnings From Being Produced?
- Why Can’t I Even Blink an LED?
- How Do I Know If the Hardware Stack Has Overflowed?
- How Do I Fix a “Can’t find space...” Error?
- How Do I Fix a “Can’t generate code...” Error?
- How Do I Fix a Fixup Overflow Error?
- What Can Cause Corrupted Variables and Code Failure When Using Interrupts?