Questions tagged [avr-gcc]

AVR-GCC is part of the GNU Compiler Collection (GCC) collection of open source compilers that targets the popular AVR microntroller produced by Atmel. It supports both the C and C++ languages.

122 questions
1
vote
2 answers

Linking a binary with avr-gcc from object files

I've been able to build and run binaries successfully when I compile and link in one step. However if I try compiling but not linking with the -c option to avr-gcc, and then subsequently linking the resulting object files into a binary, the result…
Phil Frost
  • 57,310
  • 18
  • 145
  • 267