<?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: CW7.3 - DSP56F807 - Include files from command line in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW7-3-DSP56F807-Include-files-from-command-line/m-p/127933#M274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I found out myself. If I used the -gccinc switch it worked.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 19:30:13 GMT</pubDate>
    <dc:creator>Falo</dc:creator>
    <dc:date>2007-03-27T19:30:13Z</dc:date>
    <item>
      <title>CW7.3 - DSP56F807 - Include files from command line</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW7-3-DSP56F807-Include-files-from-command-line/m-p/127932#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to use the command line to build my project and I get an error that seems very strange to me. I'm sure there is a lot of people out there who thinks it's an easy one... Well I havent solved it yet...&lt;BR /&gt;&lt;BR /&gt;Why can't it find the stdint.h file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm using Codewarrior 7.3 on a DSP56F807 chip&lt;BR /&gt;&lt;BR /&gt;My cmdline: mwcc56800 test_18.c -once -nofail -verbose -version -I"C:\Program Files\Metrowerks\CodeWarrior\M56800 Support\msl\MSL_C\MSL_Common\Include"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error msg:&lt;BR /&gt;&lt;BR /&gt;Metrowerks C/C++ for DSP M56800.&lt;BR /&gt;Copyright (c)1998-2005, Metrowerks&lt;BR /&gt;All rights reserved.&lt;BR /&gt;Version 7.2.1 build 1000&lt;BR /&gt;Runtime Built: Jun 2 2005 10:48:38&lt;BR /&gt;&lt;BR /&gt;# Contents of (command-line defines):&lt;BR /&gt;===============&lt;BR /&gt;#pragma once on&lt;BR /&gt;===============&lt;BR /&gt;# User include search paths ([d] = default, [r] = recursive):&lt;BR /&gt;# C:\Program Files\Metrowerks\CodeWarrior\M56800&lt;BR /&gt;# Support\msl\MSL_C\MSL_Common\Include\&lt;BR /&gt;# System include search paths ([d] = default, [r] = recursive):&lt;BR /&gt;# C:\Program Files\Metrowerks\CodeWarrior\M56800 Support\ [d]&lt;BR /&gt;# Files in project (relative to CWD):&lt;BR /&gt;# test_18.c&lt;BR /&gt;# (command-line defines) (virtual file)&lt;BR /&gt;# Compiling: 'test_18.c' with 'mwcc56800'&lt;BR /&gt;### mwcc56800 Compiler:&lt;BR /&gt;# In: PE_Types.h&lt;BR /&gt;# From: test_18.c&lt;BR /&gt;# ------------------&lt;BR /&gt;# 34: #include&lt;BR /&gt;# Error: ^^^^^^^^^^&lt;BR /&gt;# the file 'stdint.h' cannot be opened&lt;BR /&gt;### mwcc56800 Compiler:&lt;BR /&gt;# In: includes.h&lt;BR /&gt;# -------------------&lt;BR /&gt;# 13: #include&lt;BR /&gt;# Error: ^^^^^^^^^^&lt;BR /&gt;# the file 'string.h' cannot be opened&lt;BR /&gt;# (included from:&lt;BR /&gt;# X:\Projects\Test\Test_18\code\uCOSII.h:110&lt;BR /&gt;# X:\Projects\Test\Test_18\code\Events.h:36&lt;BR /&gt;# X:\Projects\Test\Test_18\code\test_18.c:27)&lt;BR /&gt;### mwcc56800 Compiler:&lt;BR /&gt;# 22: #include "ucos_ii.h"&lt;BR /&gt;# Error: ^^^^^^^^^^^&lt;BR /&gt;# the file 'ucos_ii.h' cannot be opened&lt;BR /&gt;# (included from:&lt;BR /&gt;# X:\Projects\Test\Test_18\code\uCOSII.h:110&lt;BR /&gt;# X:\Projects\Test\Test_18\code\Events.h:36&lt;BR /&gt;# X:\Projects\Test\Test_18\code\test_18.c:27)&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Alban Edit: CW version in post subject&lt;/P&gt;&lt;P&gt;Message Edited by Alban on &lt;SPAN class="date_text"&gt;2007-03-26&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:22 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 16:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW7-3-DSP56F807-Include-files-from-command-line/m-p/127932#M273</guid>
      <dc:creator>Falo</dc:creator>
      <dc:date>2007-03-26T16:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: CW7.3 - DSP56F807 - Include files from command line</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW7-3-DSP56F807-Include-files-from-command-line/m-p/127933#M274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I found out myself. If I used the -gccinc switch it worked.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 19:30:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW7-3-DSP56F807-Include-files-from-command-line/m-p/127933#M274</guid>
      <dc:creator>Falo</dc:creator>
      <dc:date>2007-03-27T19:30:13Z</dc:date>
    </item>
  </channel>
</rss>

