<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis MicrocontrollersのトピックRe: Linkage issue when adding a component with PEX under KDS</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749542#M45637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be a deeper problem that I originally thought. Today, taking off the fsl_dspi component doesn't allow me to build but generates an error on the watchdog (fsl_wdog).&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;arm-none-eabi-g++: error: ./Generated_Code/watchdog1o: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The module is built, the object file does exist. The exact same result which happened yesterday with another component, however, today I cannot get the linker to succeed by taking off the fsl_dspi component. I'm lost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 13:38:46 GMT</pubDate>
    <dc:creator>nicolasguigo</dc:creator>
    <dc:date>2018-02-15T13:38:46Z</dc:date>
    <item>
      <title>Linkage issue when adding a component with PEX under KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749541#M45636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting a new project based on TWR-K64F120, we decided to use KDS (1.3.0) with KSDK (3.0.0) and Processor Expert (PEX). After some try and errors, I understood how it worked and managed to add MQX_STANDARD, a few tasks (OS_Task), the watchdog (fsl_wdog), the Ethernet driver (fsl_enet) and the CRC module (fsl_crc). It started well until I used PEX to add the component fsl_dspi, this caused the following linkage error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;arm-none-eabi-g++: error: ./Generated_Cde/crc16_CCITT.o: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is related to the CRC module (fsl_crc) which builds correctly. If I disable the fsl_dspi component in PEX, the linkage error goes away so it is not related to fsl_crc. I don't have any clues about the reason why the linker can't find the existing file when adding the fsl_dspi component but it's obviously related to that addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the info, here is the make command (with spaces replaced by EOL to make it more readable):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;arm-none-eabi-g++&lt;BR /&gt;-mcpu=cortex-m4&lt;BR /&gt;-mthumb&lt;BR /&gt;-mfloat-abi=hard&lt;BR /&gt;-mfpu=fpv4-sp-d16&lt;BR /&gt;-O0&lt;BR /&gt;-fmessage-length=0&lt;BR /&gt;-fsigned-char&lt;BR /&gt;-ffunction-sections&lt;BR /&gt;-fdata-sections&lt;BR /&gt;-Wall&lt;BR /&gt;&lt;BR /&gt;-g3&lt;BR /&gt;-T&lt;BR /&gt;"C:/Users/nicolas/workspace.kds/EERM-NG/Project_Settings/Linker_Files/ProcessorExpert.ld"&lt;BR /&gt;-Xlinker&lt;BR /&gt;--gc-sections&lt;BR /&gt;-L"C:/Users/nicolas/workspace.kds/EERM-NG/Project_Settings/Linker_Files"&lt;BR /&gt;-L"C:\Freescale\KSDK_1.3.0/middleware/tcpip/rtcs/lib/twrk64f120m.kds/debug/rtcs"&lt;BR /&gt;-L"C:\Freescale\KSDK_1.3.0\lib\ksdk_platform_lib\kds\K64F12\debug"&lt;BR /&gt;-L"C:\Freescale\KSDK_1.3.0\rtos\mqx\lib\twrk64f120m.kds\debug\mqx"&lt;BR /&gt;-L"C:\Freescale\KSDK_1.3.0\rtos\mqx\lib\twrk64f120m.kds\debug\mqx_stdlib"&lt;BR /&gt;-Wl,-Map,"EERM-NG.map"&lt;BR /&gt;-lgcc&lt;BR /&gt;-lc&lt;BR /&gt;-lsupc++&lt;BR /&gt;-lm&lt;BR /&gt;-specs=nosys.specs&lt;BR /&gt;-nostartfiles&lt;BR /&gt;-Xlinker&lt;BR /&gt;-z&lt;BR /&gt;-Xlinker&lt;BR /&gt;muldefs&lt;BR /&gt;-Xlinker&lt;BR /&gt;-static&lt;BR /&gt;-o&lt;BR /&gt;"EERM-NG.elf"&lt;BR /&gt;&lt;BR /&gt;./Static_Code/System/PE_low_level_init.o&lt;BR /&gt;&lt;BR /&gt;./Sources/http_srv/eermng_http_srv.o&lt;BR /&gt;&lt;BR /&gt;./Sources/Events.o&lt;BR /&gt;./Sources/main.o&lt;BR /&gt;./Sources/os_tasks.o&lt;BR /&gt;./Sources/rtos_main_task.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/strings/strings.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/buf_prv.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/err.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/fclose.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/fflush.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/fopen.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/fp_prv.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/fread.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/fwrite.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/get.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/pos.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/print.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/print_prv.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/put.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/scan.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/scan_prv.o&lt;BR /&gt;./SDK/rtos/mqx/mqx_stdlib/source/stdio/stdio.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/string/str_utos.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/string/strnlen.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/core/M4/boot.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/core/M4/dispatch.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/core/M4/support.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/compiler/gcc_arm/comp.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/cortex.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_gkis.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_kisr.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_pvta.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_unx.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_vtab.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_xcpt.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/ipsum.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/mem_copy.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/mem_zero.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/nvic.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_dati.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_gelms.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_hoti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_iinit.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mat1.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mat2.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mat3.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_miti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_msti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mstiq.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_nsti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_psti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_seti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_supp.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tiad.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tida.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tihr.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_timn.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tims.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tinm.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tins.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tiol.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tipr.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tips.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tise.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tisu.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tius.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tkti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_usti.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/sc_irdyq.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/stack_bu.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/stack_de.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/psp/cortex_m/stack_st.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/src/errno.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/src/nio.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/src/nio_posix.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/src/nio_std_adpt.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/fs/fs_supp.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/drivers/nio_tty/src/nio_tty.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/drivers/nio_serial/src/nio_serial.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/drivers/nio_mem/src/nio_mem.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/nio/drivers/nio_dummy/src/nio_dummy.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/event.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/idletask.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/inittask.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/int.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/klog.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/log.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/lwevent.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/lwlog.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/lwmem.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/lwmsgq.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/lwsem.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/lwtimer.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/mem.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/mqx.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/msg.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/msgpool.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/msgq.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/mutex.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/name.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/partition.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/queue.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/sched.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/sem.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/task.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/taskq.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/time.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/timer.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/tlsf.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/tlsf_adaptation.o&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/kernel/watchdog.o&lt;BR /&gt;&lt;BR /&gt;./SDK/rtos/mqx/mqx/source/bsp/init_bsp.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/utilities/src/fsl_debug_console.o&lt;BR /&gt;./SDK/platform/utilities/src/fsl_misc_utilities.o&lt;BR /&gt;./SDK/platform/utilities/src/print_scan.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/system/src/interrupt/fsl_interrupt_manager.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/system/src/hwtimer/fsl_hwtimer.o&lt;BR /&gt;./SDK/platform/system/src/hwtimer/fsl_hwtimer_systick.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/system/src/clock/MK64F12/fsl_clock_MK64F12.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/system/src/clock/fsl_clock_manager.o&lt;BR /&gt;./SDK/platform/system/src/clock/fsl_clock_manager_common.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/osa/src/fsl_os_abstraction_mqx.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/wdog/fsl_wdog_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/uart/fsl_uart_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/sim/MK64F12/fsl_sim_hal_MK64F12.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/rtc/fsl_rtc_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/port/fsl_port_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/osc/fsl_osc_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/mpu/fsl_mpu_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/mcg/fsl_mcg_hal.o&lt;BR /&gt;./SDK/platform/hal/src/mcg/fsl_mcg_hal_modes.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/enet/fsl_enet_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/dspi/fsl_dspi_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/hal/src/crc/fsl_crc_hal.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/wdog/fsl_wdog_common.o&lt;BR /&gt;./SDK/platform/drivers/src/wdog/fsl_wdog_driver.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/uart/fsl_uart_common.o&lt;BR /&gt;./SDK/platform/drivers/src/uart/fsl_uart_driver.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/rtc/fsl_rtc_common.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/mpu/fsl_mpu_common.o&lt;BR /&gt;./SDK/platform/drivers/src/mpu/fsl_mpu_driver.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/enet/fsl_enet_common.o&lt;BR /&gt;./SDK/platform/drivers/src/enet/fsl_enet_driver.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/dspi/fsl_dspi_common.o&lt;BR /&gt;./SDK/platform/drivers/src/dspi/fsl_dspi_master_driver.o&lt;BR /&gt;./SDK/platform/drivers/src/dspi/fsl_dspi_shared_function.o&lt;BR /&gt;./SDK/platform/drivers/src/dspi/fsl_dspi_slave_driver.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/drivers/src/crc/fsl_crc_common.o&lt;BR /&gt;./SDK/platform/drivers/src/crc/fsl_crc_driver.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/devices/MK64F12/startup/gcc/startup_MK64F12.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/devices/MK64F12/startup/system_MK64F12.o&lt;BR /&gt;&lt;BR /&gt;./SDK/platform/devices/startup.o&lt;BR /&gt;&lt;BR /&gt;./Generated_Code/Cpu.o&lt;BR /&gt;./Generated_Code/MainTask.o&lt;BR /&gt;./Generated_Code/TaskJdB.o&lt;BR /&gt;./Generated_Code/TaskMonitoring.o&lt;BR /&gt;./Generated_Code/TaskServerHTTP.o&lt;BR /&gt;./Generated_Code/clockMan1.o&lt;BR /&gt;./Generated_Code/crc16_CCITT.o&lt;BR /&gt;./Generated_Code/dspiCom1.o&lt;BR /&gt;./Generated_Code/eNet1.o&lt;BR /&gt;./Generated_Code/fsl_hwtimer1.o&lt;BR /&gt;./Generated_Code/fsl_mpu1.o&lt;BR /&gt;./Generated_Code/hardware_init.o&lt;BR /&gt;./Generated_Code/mqx_ksdk.o&lt;BR /&gt;./Generated_Code/osa1.o&lt;BR /&gt;./Generated_Code/pin_init.o&lt;BR /&gt;./Generated_Code/uart1.o&lt;BR /&gt;./Generated_Code/watchdog1.o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-l_rtcs&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 07:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749541#M45636</guid>
      <dc:creator>nicolasguigo</dc:creator>
      <dc:date>2018-02-15T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linkage issue when adding a component with PEX under KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749542#M45637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be a deeper problem that I originally thought. Today, taking off the fsl_dspi component doesn't allow me to build but generates an error on the watchdog (fsl_wdog).&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;arm-none-eabi-g++: error: ./Generated_Code/watchdog1o: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The module is built, the object file does exist. The exact same result which happened yesterday with another component, however, today I cannot get the linker to succeed by taking off the fsl_dspi component. I'm lost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 13:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749542#M45637</guid>
      <dc:creator>nicolasguigo</dc:creator>
      <dc:date>2018-02-15T13:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linkage issue when adding a component with PEX under KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749543#M45638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting confused: not knowing how to tackle the problem, I started a new project, added some components under Processor Expert (fsl_crc, fsl_dspi, 1 OS_Task and fsl_gpio) and I managed to create a working project. The only thing I can think about is that there were more components on my initial project than there is in this small test project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 10:14:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749543#M45638</guid>
      <dc:creator>nicolasguigo</dc:creator>
      <dc:date>2018-02-16T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linkage issue when adding a component with PEX under KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749544#M45639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally found out thanks to another post in the NXP 's community: &lt;A href="https://community.nxp.com/thread/330473"&gt;KDS Static Library Project - Another Bug Report - Need Fix&lt;/A&gt; , the given solution links to the following blog post: &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/" title="https://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/"&gt;Solving the 8192 Character Command Line Limit on Windows | MCU on Eclipse&lt;/A&gt; which describes the problem as coming from the tools being limited to 8192 characters. In summary: download the most recent tools: &lt;A class="link-titled" href="https://gnu-mcu-eclipse.github.io/windows-build-tools/releases/" title="https://gnu-mcu-eclipse.github.io/windows-build-tools/releases/"&gt;GNU ARM Eclipse Windows Build Tools releases&lt;/A&gt; and replace echo.exe/make.exe/rm.exe in KDS installation folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 13:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Linkage-issue-when-adding-a-component-with-PEX-under-KDS/m-p/749544#M45639</guid>
      <dc:creator>nicolasguigo</dc:creator>
      <dc:date>2018-02-19T13:34:48Z</dc:date>
    </item>
  </channel>
</rss>

