An architecture is a type of cpu on which an object file isto run. Its name may contain a colon, separating the name of theprocessor family from the name of the particular cpu.
The command to list valid architecture values is objdump -i (thesecond column contains the relevant information).
Sample values: m68k:68020, mips:3000, sparc.
Ways to specify:
Ways to specify:
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.