LPCXpresso v7.0.2 Indexer Issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso v7.0.2 Indexer Issue

187 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Mar 12 09:47:04 MST 2014
There is an issue in LPCXpresso 7.0.2 that prevents the C/C++ Indexer from running. The C/C++ indexer uses the parser to create a database of your source and header files that provides the basis for C/C++ search, navigation features and parts of content assist.

This issue can be resolved by adding the "-index" option on a separate line at the start of the lpcxpresso.ini file.
[list]
  [*]On Windows and Linux, this file can be found in:
  [list]
   [*]{install_dir}/lpcxpresso/lpcxpresso.ini
  [/list] 
  [*]On Mac, this file is inside the lpcxpresso application bundle:
  [list]
   [*]{install_dir}/lpcxpresso/lpcxpresso.app/Contents/MacOS/lpcxpresso.ini
  [/list]
[/list]

An example lpcxpresso.ini is shown here:
-index
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=256

This issue will be fixed in the next release.
0 Kudos
0 Replies