Platform Filtering Preferences

Use the Platform Filtering Preferences tabs in the Preferences window to select which platforms are visible when creating new projects or build configurations.

SBSv2 tab

Use the SBSv2 tab to select configurations for that build system. SBSv2 is the prefered build system for the most current SDKs.

SBSv2 tab

Figure 1. Platform Filtering Preferences page (SBSv2 tab)

Table 1 Platform Filtering Preferences — SBSv2 items
Item Explanation
SBSv2 Configuration Filter

Select platform build targets to be displayed for OS 9.5 and later when creating new projects and build configurations. BSF’s are gone in SBSv2.  All build configurations (platform/target), including the built-in platforms (WISNCW, ARMV5), are declared in xml files in the \sbs\lib\config directory.

Build targets include:

  • armv5_udeb
  • armv5_urel
  • armv6_udeb
  • armv6_urel
  • armv7_udeb
  • armv7_urel
  • armv9e_udeb
  • armv9e_urel
  • winscw_udeb
  • winscw_urel
Refresh

Select this button to obtain a fresh list of configurations from SBSv2. The list is refreshed each time Carbide starts up, but this button will allow users to add configuration xml files and get those new configurations without restarting Carbide.c++.

SBSv1 tab

Use the SBSv1 tab to select configurations for that build system.

Figure 2. Platform Filtering Preferences page (SBSv1 tab)

Table 2 Platform Filtering Preferences —SBSv1 items
Item Explanation
EKA2 Platforms

Select platform build targets to be displayed for OS 9.x and 8.1b when creating new projects and build configurations.

Build targets include:

  • Emulation (WINSCW)
  • GCCE
  • ARMV5
  • ARMV5_ABIV2 (OS 9.1-9.3)
  • ARMV5_ABIV1 (OS 9.4+)
Discover customization (.bsf) and Symbian Binary Variant (.var) platforms dynamically

Select this option to scan for customized platform extensions and binary variations. The variant files searched for include:

  • .bsf files, located in the \epoc32\root directory
  • Symbian Binary Variant (.var) files, located in the \epoc32\tools directory

NOTE EKA1 platform configurations are no longer supported by Carbide.

Related references