# Build from the command line

1. Go to `<SDK_DOWNLOAD_PATH>\examples\wifi\sta\wifi_tcp`.
2. Open the Command Prompt and enter the following command to compile the application:

make BOARD=qcc743dk  # For QCC743
        make BOARD=qcc744dk  # For QCC744
        Copy to clipboard

Successful build log:

[21:51:45.345] - Create OTA file: C:\QCC74x\QCCSDK-QCC74x-master\examples\wifi\sta\wifi_tcp\build\build_out\wifi_tcp_chip.bin.ota
    [21:51:45.403] - Create XZ file: C:\QCC74x\QCCSDK-QCC74x-master\examples\wifi\sta\wifi_tcp\build\build_out\wifi_tcp_chip.xz
    [21:51:45.645] - Create XZ OTA file: C:\QCC74x\QCCSDK-QCC74x-master\examples\wifi\sta\wifi_tcp\build\build_out\wifi_tcp_chip.xz.ota
    Built target combine
    make -C build post_build
    Built target post_build
    C:\QCC74x\QCCSDK-QCC74x-master\examples\wifi\sta\wifi_tcp>
    Copy to clipboard

Last Published: May 06, 2026

Previous Topic
 
Build Next Topic

Build with Visual Studio Code QCC IDE