User Makefile Flow - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English
The Vitis IDE supports the import of a user Makefile. See the following steps for details.
  1. Create an empty project for the platform.
  2. Import the sources and Makefile(s) of the command line application. To import sources, follow these steps:
    1. Right-click on the application and select Import sources.
    2. Select the source directory path and the required files required.
    3. Click OK.
  3. Right-click the project, and select C/C++ Build Settings.
  4. Deselect the Generate Makefiles automatically checkbox. In the Build directory field, enter the directory where you imported the Makefile.
  5. The default build command is make. You can customize this build command by deselecting the Use default build command checkbox and then entering your custom build command in the text entry field.
  6. Select the Behavior view. Update the build, incremental build, and clean commands as required.
  7. Click Apply and Close.