AVR 빌드시 Makefile 에서 해당라인을 사용할때 나는 에러이다.
@avr-size -C --mcu=${MCU} ${TARGET}
에러사항은 다음과 같았다.
avr-size: invalid option -- 'C'
Usage: avr-size [option(s)] [file(s)]
Displays the sizes of sections inside binary files
If no input file(s) are specified, a.out is assumed
The options are:
-A|-B --format={sysv|berkeley} Select output style (default is berkeley)
-o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex
-t --totals Display the total sizes (Berkeley only)
--common Display total size for *COM* syms
--target=<bfdname> Set the binary file format
@<file> Read options from <file>
-h --help Display this information
-v --version Display the program's version
#@avr-size -C --mcu=${MCU} ${TARGET}
'Eureka > Compile Error' 카테고리의 다른 글
[Solution] Android Project SRC Folder is Empty in Eclipse (2) | 2014.03.17 |
---|---|
[Solution] API Error C2664 in Visual Studio (0) | 2012.05.03 |
[Solution] MFC error afxver_.h 81Line in Visual Studio (2) | 2012.03.20 |