マイコン(MCU)

マイコン 製品

マイコン 設計サポート

はじめに

マイコン セレクション・ツール

MSP430 Optimizing C/C++ Compiler v 3.2 User's Guide

 7,757 views

The MSP430 Optimizing C/C++ Compiler User's Guide explains how to use these compiler tools:

  • Compiler
  • Library-build process
  • C++ name demangler

The C/C++ compiler accepts C and C++ code conforming to the International Organization for Standardization (ISO) standards for these languages. The compiler supports the 1989 version of the C language and the 1998 version of the C++ language.

This user's guide discusses the characteristics of the C/C++ compiler. It assumes that you already know how to write C programs. The C Programming Language (second edition), by Brian W. Kernighan and Dennis M. Ritchie, describes C based on the ISO C standard. You can use the Kernighan and Ritchie (hereafter referred to as K&R) book as a supplement to this manual. References to K&R C (as opposed to ISO C) in this manual refer to the C language as defined in the first edition of Kernighan and Ritchie's The C Programming Language.