<?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>S32 Design StudioのトピックSpecify Design Studio toolchain</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248333#M7339</link>
    <description>&lt;P&gt;I have a BuildEnv based Makefile build which is configured to use a specific toolchain.&lt;/P&gt;&lt;P&gt;The Makefile uses the compiler command:&lt;/P&gt;&lt;P&gt;COMPILER_EXE = arm-none-eabi-gcc&lt;/P&gt;&lt;P&gt;&amp;amp; path environment has been set such that the correct toolchain's arm-none-eabi-gcc is used.&lt;/P&gt;&lt;P&gt;I want to use Design Studio for ease of compile/test/rework.&lt;/P&gt;&lt;P&gt;I have imported the Makefile without issue but the build fails as -lc cannot be found.&lt;/P&gt;&lt;P&gt;I hope that this issue will be resolved once I point Design Studio at my toolchain.&lt;/P&gt;&lt;P&gt;I cannot figure out the toolchain editor (Properties-&amp;gt;C/C++ Builder-&amp;gt;Tool Chain Editor)&lt;/P&gt;&lt;P&gt;In order of bests solutions, how would I:&lt;/P&gt;&lt;P&gt;(1) Select my Tool Chain folder using project configurations?&lt;/P&gt;&lt;P&gt;(2) Modifying Windows path&lt;/P&gt;&lt;P&gt;I don't want to edit the Makefile (specify full path) as this is the controlled formal build &amp;amp; it would be frowned on.&lt;/P&gt;&lt;P&gt;Also if anyone knows how to remove the -lc error. I have not specified a 'c' library as far as I can see.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 17:08:17 GMT</pubDate>
    <dc:creator>Pete66</dc:creator>
    <dc:date>2021-03-18T17:08:17Z</dc:date>
    <item>
      <title>Specify Design Studio toolchain</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248333#M7339</link>
      <description>&lt;P&gt;I have a BuildEnv based Makefile build which is configured to use a specific toolchain.&lt;/P&gt;&lt;P&gt;The Makefile uses the compiler command:&lt;/P&gt;&lt;P&gt;COMPILER_EXE = arm-none-eabi-gcc&lt;/P&gt;&lt;P&gt;&amp;amp; path environment has been set such that the correct toolchain's arm-none-eabi-gcc is used.&lt;/P&gt;&lt;P&gt;I want to use Design Studio for ease of compile/test/rework.&lt;/P&gt;&lt;P&gt;I have imported the Makefile without issue but the build fails as -lc cannot be found.&lt;/P&gt;&lt;P&gt;I hope that this issue will be resolved once I point Design Studio at my toolchain.&lt;/P&gt;&lt;P&gt;I cannot figure out the toolchain editor (Properties-&amp;gt;C/C++ Builder-&amp;gt;Tool Chain Editor)&lt;/P&gt;&lt;P&gt;In order of bests solutions, how would I:&lt;/P&gt;&lt;P&gt;(1) Select my Tool Chain folder using project configurations?&lt;/P&gt;&lt;P&gt;(2) Modifying Windows path&lt;/P&gt;&lt;P&gt;I don't want to edit the Makefile (specify full path) as this is the controlled formal build &amp;amp; it would be frowned on.&lt;/P&gt;&lt;P&gt;Also if anyone knows how to remove the -lc error. I have not specified a 'c' library as far as I can see.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 17:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248333#M7339</guid>
      <dc:creator>Pete66</dc:creator>
      <dc:date>2021-03-18T17:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Design Studio toolchain</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248858#M7342</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;the Design studio already contains gcc for ARM - is there reason why you are using your own version?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, you need to specify path to your STD C (your project probably uses some functions from STD C)&amp;nbsp; library in project properties:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jiri_kral_0-1616149731492.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/140176iB1A0D203730182FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jiri_kral_0-1616149731492.png" alt="jiri_kral_0-1616149731492.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 10:29:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248858#M7342</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2021-03-19T10:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Design Studio toolchain</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248878#M7343</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I do not have those settings, see image below. Clicked on all the settings &amp;amp; no mention of 'Linker' (no Tool tab). Using Design Studio 2.2 freshly installed this week.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ide.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/140178iF59027DC0426B3D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="ide.jpg" alt="ide.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Perhaps because I Imported from Makefile rather than created? If I need to Create (a project normally) &amp;amp; then over write the Makefile that's ok.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to use the project's defined tool chain &amp;amp; so therefore the request.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 11:18:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248878#M7343</guid>
      <dc:creator>Pete66</dc:creator>
      <dc:date>2021-03-19T11:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Design Studio toolchain</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248958#M7344</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can create new empty project (S32DS Application Project) and move your code inside this project. Unfortunately - S32DS create new Makefile for project for each new build.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 14:49:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Specify-Design-Studio-toolchain/m-p/1248958#M7344</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2021-03-19T14:49:51Z</dc:date>
    </item>
  </channel>
</rss>

