프로젝트

일반

사용자정보


Makecnc5( C++ 코드 생성 )


Download: Nerv35의 배포에 포함되어 있습니다.

사전에 필요한 도구의 설치는 다음을 참조하세요.

Windows

시작메뉴 / Visual Studio 2022 / x64 Native Tools Command Prompt for VS 2022 를 실행합니다.

D:> C:
C:> cd "\Program Files\Git"
C:\Program Files\Git>git-bash.exe

Visual Studio 2022를 위한 x64 Native Tools Command가 활성화된 Git-Bash 가 실행됩니다.

$ cl
Microsoft (R) C/C++ 최적화 컴파일러 버전 19.35.32215(x64)
Copyright (c) Microsoft Corporation. All rights reserved.

사용법: cl [ option... ] filename... [ /link linkoption... ]
$

makecnc 테스트

지시한 디렉토리에 c++ 프로젝트를 생성하고 빌드합니다.

$ makecnc5 sample_proxy.xml ./sample_proxy

빌드 결과물은 아래와 같이 실행합니다.

$ ./sample_proxy/export/sample_proxy