코딩Coding/make★gcc★&g++★clang★compiler
-
C/C++ 빌드(GNU, gcc)❤ 중 라이브러리 순서때문에 꼬이는 경우에는...코딩Coding/make★gcc★&g++★clang★compiler 2023. 3. 21. 17:47
https://jasonryu.tistory.com/44 C/C++ 빌드 중 라이브러리 순서때문에 꼬이는 경우에는... 링커마다 차이가 있을수는 있는데, GNU gcc를 사용한다면 분명 문제가 생길때가 있다. 즉, gcc(실제로는 ld)가 링크작업을 수행하면서 '라이브러리 목록'을 앞에서 뒤로 한번만 검색하기때문에 생기 jasonryu.tistory.com
-
윈도우에 초코로 Cmake PATH설정까지 끝코딩Coding/make★gcc★&g++★clang★compiler 2022. 12. 15. 22:41
http://www.wearedev.net/?m=bbs&bid=lecture&uid=221&PHPSESSID=26d6121273108669cc554df90af0f5a3 WeAreDev - [nRF5340] 개발 환경 구축하기 1 안녕하세요? 착한이입니다. nRF5340을 이용한 BLE 펌웨어 개발 환경 구축에 대해 알아보겠습니다. nRF5340은 BLE 5.1을 지원하는 nordic 사의 Dual core BLE SoC입니다. 자세한 것은 다음 사이트를 참고 부탁 www.wearedev.net choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
-
Clang&Gcc❤️-Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic - use these and consider the following (see descriptions below)코딩Coding/make★gcc★&g++★clang★compiler 2022. 12. 4. 15:49
https://github.com/cpp-best-practices/cppbestpractices/blob/master/02-Use_the_Tools_Available.md GitHub - cpp-best-practices/cppbestpractices: Collaborative Collection of C++ Best Practices. This online resource is part of Ja Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more informatio..
-
C++ printf Debugging using macros / g++ -std=c++17 macro.cpp -o macro코딩Coding/make★gcc★&g++★clang★compiler 2022. 10. 26. 19:46
macro.cpp 28분 29초 https://youtu.be/YzIBwqWC6EM // macro.cpp // g++ -std=c++17 macro.cpp -o macro #include // Note the '\' allos us to use multiple lines #define PRINT(x, line, file) \ std::cout
-
윈도우에서 build.sh 실행하는 방법.코딩Coding/make★gcc★&g++★clang★compiler 2022. 9. 28. 12:20
https://stackoverflow.com/questions/26522789/how-to-run-sh-on-windows-command-prompt How to run .sh on Windows Command Prompt? How can I run .sh on Windows 7 Command Prompt? I always get this error when I try to run this line in it, app/build/build.sh error, 'app' is not recognized... or, bash app/build/build.sh erro... stackoverflow.com https://community.chocolatey.org/packages/git Git 2.37.3 G..
-
Windows개발환경 세팅 mingw64코딩Coding/make★gcc★&g++★clang★compiler 2022. 9. 19. 18:51
https://leggo-fire.tistory.com/m/13 C언어 - VSCode C/C++ 개발환경 세팅 : MSYS2(mingw64 Compiler) 설치 (Windows) 안녕하세요 오늘은 VSCode에서 C/C++ 언어로 코딩하기 위해 필요한 개발 환경 세팅 메뉴얼을 작성해보려고 합니다!! 이번 포스팅에서는 2가지를 해보겠습니다. 1. Compiler이 되는지 알아보기 위한 Test leggo-fire.tistory.com 이게 더 좋다. ❤ https://jiurinie.tistory.com/89 [Windows] MinGW 설치하여 gcc, gcc+, make 사용하기 [Windows] MinGW 설치하여 gcc, gcc+, make 사용하기 MinGW는 마이크로소프트 윈도우로 포팅한 G..