2.4. Create a new Kit configuration

Follow these steps to create a new Kit configuration for your device:

  1. Click Tools > Options.
  2. Select Build & Run from the list at the left.
  3. In the right pane, select the Kits tab.
  4. Click Add to create a new Kit configuration.
  5. Enter a name to identify the new Kit configuration, for example <PLATFORM>_DEY.
  6. In the Device type field, select Generic Linux Device.
  7. In the Device field, select the previously created device configuration.
  8. Fill the Sysroot path. To do so:
    1. Click Browse.
    2. Navigate through your file system and select the <arch>-dey-linux-gnueabi folder within your platform toolchain, usually located at:
      <toolchain_installation_path>/sysroots/<arch>-dey-linux-gnueabi/
  9. In the C Compiler field, select the previously configured C DEY Compiler.
  10. In the C++ Compiler field, select the previously configured C++ DEY Compiler.
  11. In the Debugger field, select the previously configured DEY Debugger.
  12. In the Qt Version field, select the previously configured Qt DEY Compiler.
  13. Fill the Qt mkspec field with your toolchain Qt mkspec path, usually located at:
    <toolchain_installation_path>/sysroots/<arch>-dey-linux-gnueabi/usr/lib/qt5/mkspecs/linux-oe-g++

  14. Click Make Default to set the new Build & Run configuration as default.
  15. Click OK to save the new Kit configuration and close the dialog.

 

© 2018 Digi International Inc. All rights reserved.
2.4. Create a new Kit configuration updated on 22 January 2018 02:43:38 PM