Hi.
I just trying to build Tiva C series based on CCS5.
My Tiva SW version is "TivaWare_C_Series-2.1.0.12573" and I'm building according to 'Quickstart-eval-kit-CCS-sprmu352.pdf.
I imported examples according to pdf and build hello and got below error message.
+++
'Building target: hello.out'
'Invoking: ARM Linker'
"C:/ti/ccsv5/tools/compiler/arm_5.1.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -O2 -g --gcc --define=ccs="ccs" --define=PART_TM4C1294NCPDT --define=TARGET_IS_TM4C129_RA0 --diag_warning=225 --display_error_number --diag_wrap=off --gen_func_subsections=on --ual -z --stack_size=512 -m"hello_ccs.map" --heap_size=0 -i"C:/ti/ccsv5/tools/compiler/arm_5.1.1/lib" -i"C:/ti/ccsv5/tools/compiler/arm_5.1.1/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="hello_linkInfo.xml" --rom_model -o "hello.out" "./drivers/pinout.obj" "./utils/uartstdio.obj" "./startup_ccs.obj" "./hello.obj" "../hello_ccs.cmd" -l"libc.a" -l"C:/ti/TivaWare_C_Series-2.1.0.12573/examples/boards/ek-tm4c1294xl/hello/ccs/../../../../../driverlib/ccs/Debug/driverlib.lib"
<Linking>
'Finished building target: hello.out'
' '
"C:/ti/ccsv5/utils/tiobj2bin/tiobj2bin" "hello.out" "hello.bin" "C:/ti/ccsv5/tools/compiler/arm_5.1.1/bin/armofd" "C:/ti/ccsv5/tools/compiler/arm_5.1.1/bin/armhex" "C:/ti/ccsv5/utils/tiobj2bin/mkhex4bin"
error: -image requires ROMS directive
' '
**** Build Finished ****
+++
compile was done so I could see hello.out and I got this error.
I have checked preference options and couldn't find something.
Could you know what's the problem here?
Thanks.
Louiey