Tool/software: TI C/C++ Compiler
Hi,
I facing during the all object File, below I listed the full length of command and error also. Request you plz guide me what extra need to be set in flag section or where I am going wrong:
Command Line: -mv7R4 --abi=eabi -Ooff --opt_for_speed=0 -g --check_misra="17,-17.4,-17.6" --diag_warning=225 --display_error_number --stack_size=0x800 -m"ESCL.map" --heap_size=0x800 --gen_data_subsections -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" -i"D:/MPOS/SOUCRE_CODE/FS_Automotive_POC_22Feb2017/Source_code/ESCL/Debug/source/MCAL" -i"D:/MPOS/SOUCRE_CODE/FS_Automotive_POC_22Feb2017/Source_code/ESCL/Debug/source/OS" -i"D:/MPOS/SOUCRE_CODE/FS_Automotive_POC_22Feb2017/Source_code/ESCL\Debug/source/app" --reread_libs --warn_sections --display_error_number --xml_link_info="ESCL_linkInfo.xml" --rom_model --be32 --unused_section_elimination=off --compress_dwarf=off --copy_compression=rle --cinit_compression=rle --zero_init=on --gen_func_subsections=on dabort.obj, esm.obj, gio.obj, gpio_wrapper.obj, interrupt_management.obj, io_management.obj, ipc.obj, ipps.obj, mpos_utils.obj, notification.obj, os.obj, OS_Context.obj, partition.obj, partition1.obj, partition2.obj, partition3.obj, partition4.obj, partition5.obj, partition6.obj, partition7.obj, partition_utils.obj, pinmux.obj, rti.obj, sci.obj, system.obj, System_calls.obj, sys_core.obj, sys_intvecs.obj, sys_mpu.obj, sys_pcr.obj, sys_phantom.obj, sys_pmu.obj, sys_selftest.obj, sys_startup.obj, uart.obj
after enter in Command Prompt (output Displayed):
C:\ti\ccsv6\tools\compiler\ti-cgt-arm_5.2.5\bin>armcl -mv7R4 --abi=eabi -Ooff --opt_for_speed=0 -g --check_misra="17,-17.4,-17.6" --diag_warning=225 --display_error_number --s
tack_size=0x800 -m"ESCL.map" --heap_size=0x800 --gen_data_subsections -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/includ
e" -i"D:/MPOS/SOUCRE_CODE/FS_Automotive_POC_22Feb2017/Source_code/ESCL/Debug/source/MCAL" -i"D:/MPOS/SOUCRE_CODE/FS_Automotive_POC_22Feb2017/Source_code/ESCL/Debug/source/OS"
-i"D:/MPOS/SOUCRE_CODE/FS_Automotive_POC_22Feb2017/Source_code/ESCL\Debug/source/app" --reread_libs --warn_sections --display_error_number --xml_link_info="ESCL_linkInfo.xml"
--rom_model --be32 --unused_section_elimination=off --compress_dwarf=off --copy_compression=rle --cinit_compression=rle --zero_init=on --gen_func_subsections=on dabort.obj, es
m.obj, gio.obj, gpio_wrapper.obj, interrupt_management.obj, io_management.obj, ipc.obj, ipps.obj, mpos_utils.obj, notification.obj, os.obj, OS_Context.obj, partition.obj, part
ition1.obj, partition2.obj, partition3.obj, partition4.obj, partition5.obj, partition6.obj, partition7.obj, partition_utils.obj, pinmux.obj, rti.obj, sci.obj, system.obj, Syst
em_calls.obj, sys_core.obj, sys_intvecs.obj, sys_mpu.obj, sys_pcr.obj, sys_phantom.obj, sys_pmu.obj, sys_selftest.obj, sys_startup.obj, uart.obj
>> WARNING: invalid compiler option --stack_size=0x800 (ignored)
error #24015-D: bad argument to option -ms: should be one of {on,off}
I am not able to find out the -ms in my command line. Request you to help me.
Use CCS IDE: 6.0.1
Compiler: ti-cgt-arm_5.2.5
With Regards
Shankar