Other Parts Discussed in Thread: MSPM0G3507
Tool/software:
Hello,
I am using the microcontroller MSPM0L1304 and the IDE CCS 20.0.1.
I would like to make a “printf(”...");” output and display it in the console.
For this I had to include the <stdio> library.
Then I get the following error message:

[234]Building target: "umschaltbox.sw.pcb-050401.out"
[235]Invoking: Arm Linker
[236]"C:/ti/ccs2001/ccs/tools/compiler/ti-cgt-armllvm_4.0.1.LTS/bin/tiarmclang.exe" @"syscfg/device.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -O2 -gdwarf-3 -Wl,-m"umschaltbox.sw.pcb-050401.map" -Wl,-i"C:/ti/mspm0_sdk_2_03_00_07/source" -Wl,-i"C:/Users/christian.zwingmann/Documents/Git/Umschaltbox_SW/umschaltbox.sw.pcb-050401/Debug/syscfg" -Wl,-i"C:/ti/ccs2001/ccs/tools/compiler/ti-cgt-armllvm_4.0.1.LTS/lib" -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="umschaltbox.sw.pcb-050401_linkInfo.xml" -Wl,--rom_model -o "umschaltbox.sw.pcb-050401.out" "./fpc_hal.o" "./fpc_host.o" "./main_mspm0l1304.o" "./syscfg/ti_msp_dl_config.o" "./startup_mspm0l130x_ticlang.o" "./uart.o" -Wl,-l"syscfg/device_linker.cmd" -Wl,-ldevice.cmd.genlibs -Wl,-llibc.a
[237]makefile:140: recipe for target 'umschaltbox.sw.pcb-050401.out' failed
[238]warning #10210-D: creating ".sysmem" section with default size of 0x800; use the -heap option to change the default size
[239]"syscfg/device_linker.cmd", line 62: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section, or the section contains padded functions. run placement with alignment fails for section ".bss" size 0x2e5. Available memory ranges:
[240] SRAM size: 0x800 unused: 0x0 max hole: 0x0
[241]"syscfg/device_linker.cmd", line 61: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section, or the section contains padded functions. run placement with alignment fails for section ".data" size 0x1e4. Available memory ranges:
[242] SRAM size: 0x800 unused: 0x0 max hole: 0x0
[243]"syscfg/device_linker.cmd", line 64: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section, or the section contains padded functions. run placement with alignment fails for section ".stack" size 0x100. Available memory ranges:
[244] SRAM size: 0x800 unused: 0x0 max hole: 0x0
[245]error #10010: errors encountered during linking; "umschaltbox.sw.pcb-050401.out" not built
[246]tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
[247]gmake[1]: *** [umschaltbox.sw.pcb-050401.out] Error 1
[248]makefile:136: recipe for target 'all' failed
[249]gmake: *** [all] Error 2
[250]**** Build Finished
What am I doing wrong?
Best Regards, Christian