<?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 Software Development KitのトピックRe: I get misteke during compilation.</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422646#M2209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;Please click on 'Project' menu-&amp;gt; Clean to remove the object file and rebuild again. Does it work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;If not, please double click on the file ‘fsl_pit_common.c’, can this file be opened in KDS editor window?&amp;nbsp; And right click on the file to select ‘Properties’, is its path and location displayed in the pop-up window correct?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="fsl_pit.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24421iB75B0C6263561295/image-size/large?v=v2&amp;amp;px=999" role="button" title="fsl_pit.png" alt="fsl_pit.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Fiona Kuang&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Technical Information &amp;amp; Commercial Support&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 03:32:19 GMT</pubDate>
    <dc:creator>TICS_Fiona</dc:creator>
    <dc:date>2015-10-26T03:32:19Z</dc:date>
    <item>
      <title>I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422645#M2208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used&amp;nbsp; KSDK and I receive a mistake during compilation.&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;arm-none-eabi-g++: error: ./SDK/plaform/drivers/src/pit/fsl_pit_common.o: No such file or directory&lt;/PRE&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this file is in this folder.&lt;/P&gt;&lt;P&gt;Why the linker can't find this file?&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here so the report of the compiler looks.&lt;/P&gt;&lt;PRE class="c++" name="code"&gt;09:32:27 **** Incremental Build of configuration Debug for project nmk5 **** make all&amp;nbsp; 'Building target: nmk5.elf' 'Invoking: Cross ARM C++ Linker' arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g -T "D:/vn/proj/KSDK_ip/nmk5/Project_Settings/Linker_Files/ProcessorExpert.ld" -Xlinker --gc-sections -L"D:/vn/proj/KSDK_ip/nmk5/Project_Settings/Linker_Files" -Wl,-Map,"nmk5.map" -specs=nosys.specs&amp;nbsp; -lgcc -lc -lsupc++ -lm -nostartfiles -Xlinker -z -Xlinker muldefs -Xlinker -static -o "nmk5.elf"&amp;nbsp; ./lwip/src/netif/ppp/auth.o ./lwip/src/netif/ppp/chap.o ./lwip/src/netif/ppp/chpms.o ./lwip/src/netif/ppp/fsm.o ./lwip/src/netif/ppp/ipcp.o ./lwip/src/netif/ppp/lcp.o ./lwip/src/netif/ppp/magic.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/pap.o ./lwip/src/netif/ppp/ppp.o ./lwip/src/netif/ppp/ppp_oe.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/vj.o&amp;nbsp; ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o&amp;nbsp; ./lwip/src/core/snmp/asn1_dec.o ./lwip/src/core/snmp/asn1_enc.o ./lwip/src/core/snmp/mib2.o ./lwip/src/core/snmp/mib_structs.o ./lwip/src/core/snmp/msg_in.o ./lwip/src/core/snmp/msg_out.o&amp;nbsp; ./lwip/src/core/ipv4/autoip.o ./lwip/src/core/ipv4/icmp.o ./lwip/src/core/ipv4/igmp.o ./lwip/src/core/ipv4/inet.o ./lwip/src/core/ipv4/inet_chksum.o ./lwip/src/core/ipv4/ip.o ./lwip/src/core/ipv4/ip_addr.o ./lwip/src/core/ipv4/ip_frag.o&amp;nbsp; ./lwip/src/core/def.o ./lwip/src/core/dhcp.o ./lwip/src/core/dns.o ./lwip/src/core/init.o ./lwip/src/core/lwip_timers.o ./lwip/src/core/mem.o ./lwip/src/core/memp.o ./lwip/src/core/netif.o ./lwip/src/core/pbuf.o ./lwip/src/core/raw.o ./lwip/src/core/stats.o ./lwip/src/core/sys.o ./lwip/src/core/tcp.o ./lwip/src/core/tcp_in.o ./lwip/src/core/tcp_out.o ./lwip/src/core/udp.o&amp;nbsp; ./lwip/src/api/api_lib.o ./lwip/src/api/api_msg.o ./lwip/src/api/err.o ./lwip/src/api/netbuf.o ./lwip/src/api/netdb.o ./lwip/src/api/netifapi.o ./lwip/src/api/sockets.o ./lwip/src/api/tcpip.o&amp;nbsp; ./lwip/port/ethernetif.o ./lwip/port/lwip_fsl_irq.o ./lwip/port/sys_arch.o&amp;nbsp; ./Static_Code/System/PE_low_level_init.o ./Static_Code/System/Peripherals_Init.o&amp;nbsp; ./Static_Code/Peripherals/ENET_Init.o&amp;nbsp; ./Sources/Events.o ./Sources/fsl_phy_driver.o ./Sources/main.o ./Sources/os_tasks.o ./Sources/rtos_main_task.o&amp;nbsp; ./SDK/rtos/mqx/mqx_stdlib/source/strings/strings.o&amp;nbsp; ./SDK/rtos/mqx/mqx_stdlib/source/stdio/buf_prv.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/err.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/fclose.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/fflush.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/fopen.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/fp_prv.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/fread.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/fwrite.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/get.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/pos.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/print.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/print_prv.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/put.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/scan.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/scan_prv.o ./SDK/rtos/mqx/mqx_stdlib/source/stdio/stdio.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/string/str_utos.o ./SDK/rtos/mqx/mqx/source/string/strnlen.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/psp/cortex_m/core/M4/boot.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/core/M4/dispatch.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/core/M4/support.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/psp/cortex_m/compiler/gcc_arm/comp.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/psp/cortex_m/cortex.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_gkis.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_kisr.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_pvta.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_unx.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_vtab.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/int_xcpt.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/ipsum.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/mem_copy.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/mem_zero.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/nvic.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_dati.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_gelms.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_hoti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_iinit.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mat1.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mat2.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mat3.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_miti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_msti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_mstiq.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_nsti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_psti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_seti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_supp.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tiad.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tida.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tihr.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_timn.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tims.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tinm.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tins.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tiol.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tipr.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tips.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tise.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tisu.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tius.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_tkti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/psp_usti.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/sc_irdyq.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/stack_bu.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/stack_de.o ./SDK/rtos/mqx/mqx/source/psp/cortex_m/stack_st.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/nio/src/errno.o ./SDK/rtos/mqx/mqx/source/nio/src/nio.o ./SDK/rtos/mqx/mqx/source/nio/src/nio_posix.o ./SDK/rtos/mqx/mqx/source/nio/src/nio_std_adpt.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/nio/fs/fs_supp.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/nio/drivers/nio_tty/src/nio_tty.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/nio/drivers/nio_serial/src/nio_serial.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/nio/drivers/nio_dummy/src/nio_dummy.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/kernel/event.o ./SDK/rtos/mqx/mqx/source/kernel/idletask.o ./SDK/rtos/mqx/mqx/source/kernel/inittask.o ./SDK/rtos/mqx/mqx/source/kernel/int.o ./SDK/rtos/mqx/mqx/source/kernel/klog.o ./SDK/rtos/mqx/mqx/source/kernel/log.o ./SDK/rtos/mqx/mqx/source/kernel/lwevent.o ./SDK/rtos/mqx/mqx/source/kernel/lwlog.o ./SDK/rtos/mqx/mqx/source/kernel/lwmem.o ./SDK/rtos/mqx/mqx/source/kernel/lwmsgq.o ./SDK/rtos/mqx/mqx/source/kernel/lwsem.o ./SDK/rtos/mqx/mqx/source/kernel/lwtimer.o ./SDK/rtos/mqx/mqx/source/kernel/mem.o ./SDK/rtos/mqx/mqx/source/kernel/mqx.o ./SDK/rtos/mqx/mqx/source/kernel/msg.o ./SDK/rtos/mqx/mqx/source/kernel/msgpool.o ./SDK/rtos/mqx/mqx/source/kernel/msgq.o ./SDK/rtos/mqx/mqx/source/kernel/mutex.o ./SDK/rtos/mqx/mqx/source/kernel/name.o ./SDK/rtos/mqx/mqx/source/kernel/partition.o ./SDK/rtos/mqx/mqx/source/kernel/queue.o ./SDK/rtos/mqx/mqx/source/kernel/sched.o ./SDK/rtos/mqx/mqx/source/kernel/sem.o ./SDK/rtos/mqx/mqx/source/kernel/task.o ./SDK/rtos/mqx/mqx/source/kernel/taskq.o ./SDK/rtos/mqx/mqx/source/kernel/time.o ./SDK/rtos/mqx/mqx/source/kernel/timer.o ./SDK/rtos/mqx/mqx/source/kernel/tlsf.o ./SDK/rtos/mqx/mqx/source/kernel/tlsf_adaptation.o ./SDK/rtos/mqx/mqx/source/kernel/watchdog.o&amp;nbsp; ./SDK/rtos/mqx/mqx/source/bsp/init_bsp.o&amp;nbsp; ./SDK/platform/system/src/interrupt/fsl_interrupt_manager.o&amp;nbsp; ./SDK/platform/system/src/hwtimer/fsl_hwtimer.o ./SDK/platform/system/src/hwtimer/fsl_hwtimer_pit.o ./SDK/platform/system/src/hwtimer/fsl_hwtimer_systick.o&amp;nbsp; ./SDK/platform/system/src/clock/MK60D10/fsl_clock_MK60D10.o&amp;nbsp; ./SDK/platform/system/src/clock/fsl_clock_manager.o ./SDK/platform/system/src/clock/fsl_clock_manager_common.o&amp;nbsp; ./SDK/platform/osa/src/fsl_os_abstraction_mqx.o&amp;nbsp; ./SDK/platform/hal/src/uart/fsl_uart_hal.o&amp;nbsp; ./SDK/platform/hal/src/sim/MK60D10/fsl_sim_hal_MK60D10.o&amp;nbsp; ./SDK/platform/hal/src/rtc/fsl_rtc_hal.o&amp;nbsp; ./SDK/platform/hal/src/port/fsl_port_hal.o&amp;nbsp; ./SDK/platform/hal/src/pit/fsl_pit_hal.o&amp;nbsp; ./SDK/platform/hal/src/osc/fsl_osc_hal.o&amp;nbsp; ./SDK/platform/hal/src/mpu/fsl_mpu_hal.o&amp;nbsp; ./SDK/platform/hal/src/mcg/fsl_mcg_hal.o ./SDK/platform/hal/src/mcg/fsl_mcg_hal_modes.o&amp;nbsp; ./SDK/platform/hal/src/enet/fsl_enet_hal.o&amp;nbsp; ./SDK/platform/drivers/src/uart/fsl_uart_common.o ./SDK/platform/drivers/src/uart/fsl_uart_driver.o&amp;nbsp; ./SDK/platform/drivers/src/rtc/fsl_rtc_common.o&amp;nbsp; ./SDK/platform/drivers/src/pit/fsl_pit_common.o&amp;nbsp; ./SDK/platform/drivers/src/mpu/fsl_mpu_common.o ./SDK/platform/drivers/src/mpu/fsl_mpu_driver.o&amp;nbsp; ./SDK/platform/drivers/src/enet/fsl_enet_common.o ./SDK/platform/drivers/src/enet/fsl_enet_driver.o&amp;nbsp; ./SDK/platform/devices/MK60D10/startup/gcc/startup_MK60D10.o&amp;nbsp; ./SDK/platform/devices/MK60D10/startup/system_MK60D10.o&amp;nbsp; ./SDK/platform/devices/startup.o&amp;nbsp; ./Generated_Code/Cpu.o ./Generated_Code/MainTask.o ./Generated_Code/Task1.o ./Generated_Code/Task2.o ./Generated_Code/clockMan1.o ./Generated_Code/eNet1.o ./Generated_Code/fsl_hwtimer1.o ./Generated_Code/fsl_mpu1.o ./Generated_Code/hardware_init.o ./Generated_Code/hwTim1.o ./Generated_Code/mqx_ksdk.o ./Generated_Code/osa1.o ./Generated_Code/pin_mux.o ./Generated_Code/uart1.o&amp;nbsp;&amp;nbsp;&amp;nbsp; arm-none-eabi-g++: error: ./SDK/plaform/drivers/src/pit/fsl_pit_common.o: No such file or directory make: *** [nmk5.elf] Error 1&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338646" rel="nofollow noopener noreferrer" target="_blank"&gt;nmk7.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 07:47:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422645#M2208</guid>
      <dc:creator>profprogrammer</dc:creator>
      <dc:date>2015-10-23T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422646#M2209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;Please click on 'Project' menu-&amp;gt; Clean to remove the object file and rebuild again. Does it work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;If not, please double click on the file ‘fsl_pit_common.c’, can this file be opened in KDS editor window?&amp;nbsp; And right click on the file to select ‘Properties’, is its path and location displayed in the pop-up window correct?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="fsl_pit.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24421iB75B0C6263561295/image-size/large?v=v2&amp;amp;px=999" role="button" title="fsl_pit.png" alt="fsl_pit.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Fiona Kuang&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Technical Information &amp;amp; Commercial Support&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 03:32:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422646#M2209</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2015-10-26T03:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422647#M2210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried these actions didn't help to isprativit a mistake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422647#M2210</guid>
      <dc:creator>profprogrammer</dc:creator>
      <dc:date>2015-10-26T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422648#M2211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prof Programmer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please is it possible to send us your screenshot of Properties for fsl_pit_common.c ? Or upload your project here for us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 09:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422648#M2211</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-10-27T09:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422649#M2212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here my screenshot of fsl_pit_common.c properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25940i301568B5664AAE22/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My project.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/servlet/JiveServlet/download/579756-364812/nmk7.zip" title="https://community.freescale.com/servlet/JiveServlet/download/579756-364812/nmk7.zip"&gt;https://community.freescale.com/servlet/JiveServlet/download/579756-364812/nmk7.zip&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 06:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422649#M2212</guid>
      <dc:creator>profprogrammer</dc:creator>
      <dc:date>2015-10-28T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422650#M2213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prof Programmer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your console output shows a problem (plaform instead of platform):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25725i1C77CD6526F0BA28/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there is a large list of parameters in the linker call, so you are definitely running into the 8192 characters command line limit in Windows. Please see the next tutorial on how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2015/03/29/solving-the-8192-character-command-line-limit-on-windows/" title="http://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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 16:35:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422650#M2213</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-10-28T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: I get misteke during compilation.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422651#M2214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be worth noting that the SOMNIUM DRT IDE for Kinetis includes a fix for the 8192 character command line program. Just one of the little things we do to make life easier for developers. :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 17:29:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/I-get-misteke-during-compilation/m-p/422651#M2214</guid>
      <dc:creator>jamiepacker</dc:creator>
      <dc:date>2015-10-29T17:29:33Z</dc:date>
    </item>
  </channel>
</rss>

