SWRU624 April   2024 CC3301

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Download Prerequisites
  5. 2Build Prequisites
  6. 3Patch Steps
    1. 3.1 Additional Steps
    2. 3.2 Overall Steps
  7. 4Check the Applied Patch
  8. 5Build Steps
  9. 6Using the Built App File

Build Steps

Linux

  • Navigate to Wi-FiQuickTrack-ControlAppC source files directory in your Linux terminal
  • Run the following command to build:
    make CC=/AM335_INSTALL_DIR/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
    

Windows

  • Install 'make' using the following command in the MSYS2 terminal.
    pacman -S make
  • Navigate to the Wi-FiQuickTrack-ControlAppC source files directory.
  • Run the following command to build:
    make CC=<Path to extracted gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf>/bin/arm-linux-gnueabihf-gcc -k all
    
  • Make sure the "app" file has been created in the Wi-FiQuickTrack-ControlAppC source files directory.