<?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>topic Re: How to set environment variables with MCT for MPC564xL ?  in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598402#M2</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggestions in release notes &lt;SPAN&gt;and guides &lt;/SPAN&gt;doesn't work for me. The thing that worked is:&lt;/P&gt;&lt;P&gt;1. define another variable like CW_Catalog and set it with the full standard &amp;nbsp;Windows Path (with spaces, without '/' and quotes)&lt;/P&gt;&lt;P&gt;2 set the&amp;nbsp;CW_TOOL as: %CW_Catalog%&lt;/P&gt;&lt;P&gt;This way the .elf file was generated succesfully &amp;nbsp;from the example model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2016 13:12:28 GMT</pubDate>
    <dc:creator>Maciek</dc:creator>
    <dc:date>2016-10-25T13:12:28Z</dc:date>
    <item>
      <title>How to set environment variables with MCT for MPC564xL ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598401#M1</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this is the final error message from Diagnostic Viewer while building DigitalIO_block_demo with MCT for MPC564xL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==== Removing object files from build directory ====&lt;BR /&gt;Copying necessary files to build directory...&lt;BR /&gt;Compiler details : "C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Tools/Command_Line_Tools/mwcceppc" -vle -DVLE_IS_ON -gdwarf-2 -fp spfp_only -spe_vector -char unsigned -proc Zen -gccincludes -nostdinc -nosyspath -ansi off -opt all -bool on -Cpp_exceptions off -prefix "C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Support/ewl/EWL_C/include/lib_ewl.prefix" -I. -I.. -I"C:\Program Files\MATLAB\R2016b"\simulink\include -I"C:\Program Files\MATLAB\R2016b"\extern\include -I"C:\Program Files\MATLAB\R2016b"\rtw\c\src -I"C:\Program Files\MATLAB\R2016b"\rtw\c\libsrc -I"C:\Program Files\MATLAB\R2016b"\rtw\c\src\ext_mode\common -I"C:\Program Files\MATLAB\R2016b"\rtw\c\src\ext_mode\tcpip -I"C:\Program Files\MATLAB\R2016b"\rtw\c\src\ext_mode\serial -I"C:\Program Files\MATLAB\R2016b"\rtw\c\src\ext_mode\custom -I"C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Support/ewl/EWL_Runtime/Runtime_PA/Include" -I"C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Support/ewl/EWL_Runtime/Runtime_PA/Source" -I"C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Support/ewl/lib" -I"C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Support/ewl/EWL_C/include" -I"C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Support/ewl/EWL_C++/include" -IC:\PROGRA~1\MATLAB\R2016b\simulink\include\sf_runtime -IC:\Users\Maciek\Documents\MATLAB\MPC564xL_Tests\test_01\DigitalIO_block_demo_rappid_rtw -IC:\Users\Maciek\Documents\MATLAB\MPC564xL_Tests\test_01 -DUSE_RTMODEL -DMODEL=DigitalIO_block_demo -DREAL_T=float -DRT -DNUMST=1 -DTID01EQ=0 -DNCSTATES=0 -DMT=0 -DHAVESTDIO -c&lt;BR /&gt;Assembler details : "C:/Freescale/"CW MCU v10.6.4"/MCU/PA_Tools/Command_Line_Tools/mwasmeppc" -vle -DVLE_IS_ON -proc Zen -list -gccincludes -nostdinc -c&lt;BR /&gt;Building assembly file crt0.o...&lt;BR /&gt;Nazwa '"C:/Freescale/"CW' nie jest rozpoznawana jako polecenie wewnętrzne lub zewnętrzne,&lt;BR /&gt;program wykonywalny lub plik wsadowy.&lt;BR /&gt;gmake: *** [crt0.o] Error 1&lt;BR /&gt;### Build procedure for model: 'DigitalIO_block_demo' aborted due to an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using CW for MCU v10.6.4 and Matlab R2016b (on Windows 7 64bit). The last comment in polish (just before 'gmake: Error 1') says: &amp;nbsp;Name '"C:/Freescale/"CW' is not recognized as internal/external command, executable or file... It looks like problem with environment variable definition. I've remembered to put correct '/' (slash) and quotation marks around 'CW MCU v10.6.4' catalog name (it contains spaces).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What should I do to correct this error&lt;/STRONG&gt; ??? (right now everything is installed in default configurations - I haven't experimented yet...) Maybe this error is connected to the problems we have with Kinetis MCT with KDS 3.2.0 (described in earlier question) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Will we be able to put the generated code into TWR-PXS2010 board&lt;/STRONG&gt; (we have a few at company&amp;nbsp;and I've heard that this is exactly the same part as MPC5643L) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;Maciek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 08:42:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598401#M1</guid>
      <dc:creator>Maciek</dc:creator>
      <dc:date>2016-10-25T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to set environment variables with MCT for MPC564xL ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598402#M2</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggestions in release notes &lt;SPAN&gt;and guides &lt;/SPAN&gt;doesn't work for me. The thing that worked is:&lt;/P&gt;&lt;P&gt;1. define another variable like CW_Catalog and set it with the full standard &amp;nbsp;Windows Path (with spaces, without '/' and quotes)&lt;/P&gt;&lt;P&gt;2 set the&amp;nbsp;CW_TOOL as: %CW_Catalog%&lt;/P&gt;&lt;P&gt;This way the .elf file was generated succesfully &amp;nbsp;from the example model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598402#M2</guid>
      <dc:creator>Maciek</dc:creator>
      <dc:date>2016-10-25T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to set environment variables with MCT for MPC564xL ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598403#M3</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Later version of Matlab (not sure exactly when) do not need quotes anymore and can handle spaces in directoy paths now.&amp;nbsp; I have been able to use the exact directory path since 2013a without issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 16:05:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-set-environment-variables-with-MCT-for-MPC564xL/m-p/598403#M3</guid>
      <dc:creator>john_floros</dc:creator>
      <dc:date>2016-10-25T16:05:58Z</dc:date>
    </item>
  </channel>
</rss>

