error: conflicting declaration of 'long unsigned int xxx()' with 'C' linkage
C언어,ARM / 2016. 8. 30. 23:30
..\xxx.h:3:21: error: conflicting declaration of 'long unsigned int xxx()' with 'C' linkage
arm 컴파일중, 확장자가 c인것들을 CPP로 변경하여 발생.
원래대로 확장자를 C로 변경하여, 해결됨.
'C언어,ARM' 카테고리의 다른 글
임베디드용 io 라이브러리 설계 계획-io라이브러리로 추상화 했을때의 장단점 (0) | 2016.09.01 |
---|---|
C언어-itoa 성능테스트 (0) | 2016.08.31 |
arm-none-eabi-gcc: error: CreateProcess: No such file or directory (0) | 2016.08.30 |
arm-none-eabi? (0) | 2016.08.30 |
gcc include 디렉토리 (0) | 2016.08.30 |