Changes between Version 2 and Version 3 of doc/app/palmbuild_quickstart
- Timestamp:
- Aug 30, 2018 8:46:02 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/palmbuild_quickstart
v2 v3 4 4 {{{palmbuild}}} is the shell script to compile PALM. 5 5 6 Manual calls of {{{palmbuild}}} are used to generate or update the compiled PALM sources (binaries). Specific informations e.g. about the compiler and the compiler options to be used need to be specified in the [wiki:doc/app/palm_config configuration file]. Relevant variables to be specified are ''source_path'', ''user_source_path'', ''compiler_name'', ''compiler_name_ser'', ''cpp_options'', ''make_options'', ''compiler_options'' and ''linker_options''. See [wiki:doc/app/palm_config configuration file] for a description of these variables. Since you can have different configuration files (for different compilers, compiler options, or hosts), you need to specify the configuration file to be used by {{{palmbuild}}}. Assuming a configuration file {{{.palm.config.abcde}}}, you need to enter6 Manual calls of {{{palmbuild}}} are used to generate or update the compiled PALM sources (binaries). Specific informations e.g. about the compiler and the compiler options to be used need to be specified in the [wiki:doc/app/palm_config configuration file]. Since you can have different configuration files (for different compilers, compiler options, or hosts), you need to specify the configuration file to be used by {{{palmbuild}}} via option {{{-h}}}. Assuming a configuration file {{{.palm.config.abcde}}}, you need to enter 7 7 {{{ 8 8 palmbuild -h abcde