<?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>S32Kのトピックs32k144 implement PIC with IAR.</title>
    <link>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1424496#M14298</link>
    <description>&lt;P&gt;Our project needs to be compiled into PIC (Position Independent Code) function with IAR.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. The following is the error message generated by using the IAR compile tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;S32DS_IAR_Converter.out&lt;BR /&gt;Error[Lp005]: placement includes a mix of sections with content (example "ro data preinit_array section .prepreinit_array in clockMan1.o") [suitable for placement in ROM] and sections without content (example "rw data section .data in clock_S32K1xx.o") [suitable for placement in RAM] D:\workspace_S32DS_for_IAR\IAR_S32DS\Project_Settings\Linker_Files\S32K144_64_flash.icf 152&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_pin_mux_InitConfigArr"&lt;BR /&gt;Location: "CCIF_Handler" + 0x14&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "CLOCK_SYS_GetDefaultConfiguration::peripheralClockConfig"&lt;BR /&gt;Location: "CLOCK_DRV_GetFreq" + 0x5f0&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "clockMan1_InitConfig0"&lt;BR /&gt;Location: ".text14" + 0x14&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "peripheralClockConfig0"&lt;BR /&gt;Location: "??__sti__routine_0" + 0x4&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "xFreeBytesRemaining"&lt;BR /&gt;Location: "vPortFree" + 0x7c&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_lpspiBase"&lt;BR /&gt;Location: "LPSPI_DRV_MasterIRQHandler" + 0xc8&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_lpspiBase"&lt;BR /&gt;Location: "LPSPI_DRV_DisableTEIEInterrupts" + 0x30&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_lpspiBase"&lt;BR /&gt;Location: "LPSPI_DRV_SlaveAbortTransfer" + 0x76&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "uxCriticalNesting"&lt;BR /&gt;Location: "vPortValidateInterruptPriority" + 0x58&lt;BR /&gt;Error[Lt041]: Absolute relocation to movable block.&lt;BR /&gt;Relocation: R_ARM_ABS32&lt;BR /&gt;Destination: "SystemInit" (in movable block: ROPI)&lt;BR /&gt;Location: "Reset_Handler" + 0x34 (in movable block: ROPI)&lt;BR /&gt;Error[Lt041]: Absolute relocation to movable block.&lt;BR /&gt;Relocation: R_ARM_ABS32&lt;BR /&gt;Destination: "init_data_bss" (in movable block: ROPI)&lt;BR /&gt;Location: "Reset_Handler" + 0x38 (in movable block: ROPI)&lt;BR /&gt;Error[Lt041]: Absolute relocation to movable block.&lt;BR /&gt;Relocation: R_ARM_ABS32&lt;BR /&gt;Destination: "pxCurrentTCB" (in movable block: RWPI)&lt;BR /&gt;Location: "vPortEnableVFP" + 0x10 (in movable block: ROPI)&lt;BR /&gt;&lt;BR /&gt;Total number of errors: 13&lt;BR /&gt;Total number of warnings: 0&lt;BR /&gt;&lt;BR /&gt;Build failed&lt;BR /&gt;&lt;BR /&gt;See what's the problem?&lt;/P&gt;&lt;P&gt;2. Are there any other suggestions on the function of generating PIC?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 10:05:00 GMT</pubDate>
    <dc:creator>StephenYeh</dc:creator>
    <dc:date>2022-03-08T10:05:00Z</dc:date>
    <item>
      <title>s32k144 implement PIC with IAR.</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1424496#M14298</link>
      <description>&lt;P&gt;Our project needs to be compiled into PIC (Position Independent Code) function with IAR.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. The following is the error message generated by using the IAR compile tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;S32DS_IAR_Converter.out&lt;BR /&gt;Error[Lp005]: placement includes a mix of sections with content (example "ro data preinit_array section .prepreinit_array in clockMan1.o") [suitable for placement in ROM] and sections without content (example "rw data section .data in clock_S32K1xx.o") [suitable for placement in RAM] D:\workspace_S32DS_for_IAR\IAR_S32DS\Project_Settings\Linker_Files\S32K144_64_flash.icf 152&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_pin_mux_InitConfigArr"&lt;BR /&gt;Location: "CCIF_Handler" + 0x14&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "CLOCK_SYS_GetDefaultConfiguration::peripheralClockConfig"&lt;BR /&gt;Location: "CLOCK_DRV_GetFreq" + 0x5f0&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "clockMan1_InitConfig0"&lt;BR /&gt;Location: ".text14" + 0x14&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "peripheralClockConfig0"&lt;BR /&gt;Location: "??__sti__routine_0" + 0x4&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "xFreeBytesRemaining"&lt;BR /&gt;Location: "vPortFree" + 0x7c&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_lpspiBase"&lt;BR /&gt;Location: "LPSPI_DRV_MasterIRQHandler" + 0xc8&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_lpspiBase"&lt;BR /&gt;Location: "LPSPI_DRV_DisableTEIEInterrupts" + 0x30&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "g_lpspiBase"&lt;BR /&gt;Location: "LPSPI_DRV_SlaveAbortTransfer" + 0x76&lt;BR /&gt;Error[Lt043]: Base relative relocation to non-static base address.&lt;BR /&gt;Relocation: R_ARM_SBREL32&lt;BR /&gt;Destination: "uxCriticalNesting"&lt;BR /&gt;Location: "vPortValidateInterruptPriority" + 0x58&lt;BR /&gt;Error[Lt041]: Absolute relocation to movable block.&lt;BR /&gt;Relocation: R_ARM_ABS32&lt;BR /&gt;Destination: "SystemInit" (in movable block: ROPI)&lt;BR /&gt;Location: "Reset_Handler" + 0x34 (in movable block: ROPI)&lt;BR /&gt;Error[Lt041]: Absolute relocation to movable block.&lt;BR /&gt;Relocation: R_ARM_ABS32&lt;BR /&gt;Destination: "init_data_bss" (in movable block: ROPI)&lt;BR /&gt;Location: "Reset_Handler" + 0x38 (in movable block: ROPI)&lt;BR /&gt;Error[Lt041]: Absolute relocation to movable block.&lt;BR /&gt;Relocation: R_ARM_ABS32&lt;BR /&gt;Destination: "pxCurrentTCB" (in movable block: RWPI)&lt;BR /&gt;Location: "vPortEnableVFP" + 0x10 (in movable block: ROPI)&lt;BR /&gt;&lt;BR /&gt;Total number of errors: 13&lt;BR /&gt;Total number of warnings: 0&lt;BR /&gt;&lt;BR /&gt;Build failed&lt;BR /&gt;&lt;BR /&gt;See what's the problem?&lt;/P&gt;&lt;P&gt;2. Are there any other suggestions on the function of generating PIC?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1424496#M14298</guid>
      <dc:creator>StephenYeh</dc:creator>
      <dc:date>2022-03-08T10:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 implement PIC with IAR.</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1527246#M17906</link>
      <description>&lt;P&gt;how did you fix this error?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 08:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1527246#M17906</guid>
      <dc:creator>varun_S22</dc:creator>
      <dc:date>2022-09-23T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 implement PIC with IAR.</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1527783#M17936</link>
      <description>&lt;P&gt;Hi Varun&lt;/P&gt;&lt;P&gt;Sorry, it didn't fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 03:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-implement-PIC-with-IAR/m-p/1527783#M17936</guid>
      <dc:creator>StephenYeh</dc:creator>
      <dc:date>2022-09-26T03:14:25Z</dc:date>
    </item>
  </channel>
</rss>

