-------------------------------------- Korean --------------------------------------
arm-none-eabi-gcc 로 컴파일 할 때 pthread를 사용할 경우... 오류가 난다....
arm-none-eabi-gcc: error: unrecognized command line option ‘-pthread’
해결방법은 arm-linux-gnueabihf-gcc 를 사용하면된다.
-------------------------------------- English --------------------------------------
I'm trying to compile a C thread program with arm-none-eabi-gcc and then i got an error message.
arm-none-eabi-gcc: error: unrecognized command line option ‘-pthread’
You can solve this error, trying to compile with arm-linux-gnueabihf-gcc instead of arm-none-eabi-gcc.
Thank you.
'Eureka > Linux' 카테고리의 다른 글
| [Tip] How to find out the list of processes running on the disk. (0) | 2014.09.04 |
|---|---|
| [Solution] I can not write korean in Firefox and ETC... (0) | 2014.09.04 |
| [Solution] "sudo /etc/init.d/vboxdrv setup" Fail (0) | 2014.09.03 |
| [Solution] How to Solve dotnet35(or dotnet35sp1) Install Error in PlayOnLinux (0) | 2014.05.11 |
| [Solution] Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+. (0) | 2014.05.01 |
| [Solution] error – problem connecting in Linux XRDP (7) | 2014.04.30 |
| [Solution] JDK Required - Android Studio in Linux (0) | 2014.04.28 |
| [Tip] How to Write Korean in Hancom Hangul 2014 in Linux (0) | 2014.04.23 |