| |||
| Home > Compiler Command-line Options > --arm_linux_config_file=path | |||
This option specifies the location of the configuration file that is created for ARM Linux builds. It enables the use of standard Linux configuration settings when compiling your code.
You must use this option both when generating the configuration file and when using the configuration during compilation and linkage.
If you specify an ARM Linux configuration file on the command
line and you use --translate_gcc, --translate_g++,
or --translate_gld, you affect the default settings
for certain other options. The default value for --bss_threshold becomes
zero, the default for --signed_bitfields and --unsigned_bitfields becomes --signed_bitfields,
and --enum_is_int and --wchar32 are
switched on.
--arm_linux in the Linker Reference
--library=name in the Linker Reference
--search_dynamic_libraries, --no_search_dynamic_libraries in the Linker Reference
About building Linux applications with the ARM Compiler toolchain and GNU libraries in Building Linux Applications with the ARM® Compiler toolchain and GNU Libraries.