Common oil.pref example

From ErikaWiki

(Difference between revisions)
Jump to: navigation, search
Line 93: Line 93:
################
################
-
#preference_cortex_m0__path_for_cc_compiler = /opt/cortex/compiler/path
+
#preference_cortex_mx__path_for_iar_compiler = /opt/cortex/compiler/path
 +
#preference_cortex_mx__path_for_ccs_compiler = /opt/cortex/compiler/path
 +
#preference_cortex_mx__path_for_keil_compiler = /opt/cortex/compiler/path
################
################

Revision as of 17:15, 2 February 2012

Here is an example of common_oil.pref. By default, RT-Druid searches it at rtdruid_base_path/configuration/common_oil.pref

# This is an example of RT-Druid configuration file.
# By default, RT-Druid searches this file at RT-Druid_base_path/configuration/common_oil.pref

################
#
#  Erika Enterprise Files
#
################

# Set erika enterprise path to ErikaEnterpriseFiles directory relative to RT-Druid base directory
# this works with both windows and linux
#erika_enterprise_location = ${eclipse_home}/../ErikaEnterpriseFiles

# Use of absolute path (windows)
#erika_enterprise_location = C:/Evidence/ErikaEnterpriseFiles
#erika_enterprise_location = C:\\Evidence\\ErikaEnterpriseFiles

# Use of absolute path (linux)
#erika_enterprise_location = /opt/Evidence/ErikaEnterpriseFiles

################
#
#  Erika Enterprise Templates
#
################

# Some examples of windows template paths
#templates_path = C:/Evidence/ErikaEnterpriseTemplates
#templates_path = C:/Evidence/ErikaEnterpriseTemplates/path1;C:/Evidence/ErikaEnterpriseTemplates/path2
#templates_path = C:\\Evidence\\ErikaEnterpriseTemplates\\path1;C:\\Evidence\\ErikaEnterpriseTemplates\\path2

# An example of linux template paths
#templates_path = /opt/Evidence/ErikaEnterpriseTemplates/path1:/opt/Evidence/ErikaEnterpriseTemplates/path2


################
#
#  dsPic
#
################

# Path to the ASM30 Assembler
#   Please put the path to the MPLABIDE Assembler
#   NOT the assembler distributed with the C30 Compiler!
#preference_pic30__path_for_asm_compiler = C:\\Programmi\\Microchip\\MPLAB ASM30 Suite

# Path to the C30 Compiler
#   Please put the path to the MPLABIDE Assembler
#   NOT the assembler distributed with the C30 Compiler!
#preference_pic30__path_for_gcc_compiler = C:\\Programmi\\Microchip\\MPLAB C30

################
#
#  pic32
#
################

# Path to the ASM32 Assembler
#   Please put the path to the MPLABIDE Assembler
#   NOT the assembler distributed with the C30 Compiler!
#preference_pic32__path_for_asm_compiler = C:\\Programmi\\Microchip\\MPLAB ASM30 Suite

# Path to the C32 Compiler
#   Please put the path to the MPLABIDE Assembler
#   NOT the assembler distributed with the C30 Compiler!
#preference_pic32__path_for_gcc_compiler = C:\\Programmi\\Microchip\\MPLAB C30


################
#
#  arm7
#
################

#preference_arm7__path_for_cc_compiler=/opt/arm7/compiler/path

################
#
#  avr5
#
################

#preference_avr5__path_for_cc_compiler = c:/programs/avr5/compiler/path

################
#
#  cortex
#
################

#preference_cortex_mx__path_for_iar_compiler = /opt/cortex/compiler/path
#preference_cortex_mx__path_for_ccs_compiler = /opt/cortex/compiler/path
#preference_cortex_mx__path_for_keil_compiler = /opt/cortex/compiler/path

################
#
#  s12
#
################

#preference_S12__path_for_codewarrior_compiler = c:/programs/s12/codewarrior/compiler/path
#preference_S12__path_for_cosmic_compiler  = c:/programs/s12/cosmic/compiler/path

################
#
#  mico32
#
################

#preference_mico32__path_for_gcc_compiler = c:/programs/mico32/asm/compiler/path
#preference_mico32__path_for_asm_compiler = c:/programs/mico32/asm/compiler/path


See also

RT-Druid configuration

Personal tools