Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [embed-cdt-dev] Chıbıos error
  • From: <Tommy.Murphy@xxxxxxxxxxxxx>
  • Date: Mon, 7 Dec 2020 10:45:54 +0000
  • Accept-language: en-IE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microchip.com; dmarc=pass action=none header.from=microchip.com; dkim=pass header.d=microchip.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=5vRvne98z1QH49qL4JgDMeFw1K9JLLQEUD+8QRFqcDk=; b=bL/zOykfL/ExiC1FUWT3uwikXS1Zx0qoOwljxeHdcam3gBHA+8e9PlUEVR5Sx+qJJWW5hauHTPw4DUarnKUQ1KEibtNAtrVoaa0LOwIz5TrPn31PxjnHLcWN5XajKEfhjmzUeTfvKX/eq/XCKB/Gzffz4Yp+H4aA2iH5pZ/wNMSctxA6SU56pWYek3XiOJtTFWIkoxmyqICMf6VnYvSObCkgmthS/N0yemiuXzxRkhK0Sl89UDc9nkZjU65j+sdmH13pgm7TXCo7NV8Ug9dt/r2UNKS3FRKP/6/l81S/xLTPEuOmPRkQPmIbpw226Yyf3XnGbVtMo51FrjMBlG677Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=oeiHBaSkm7/uKp8kdA9sQJMKy5/RmuguIh/oaCGEdDiQm8p95zVQNsK6GdWM8ofdLzB3JGDBLAiMyXDclG1odJyz1yb5DOqR3f9glNV3HtpySz96EBm2OOynAv/jrm3aCg9ZyXFmTkZb//xdmJz4+HvuQcP58G7H+BoniNH/ANAGXrStCy19fZjnn9hXHDLPCSFWL3PqL+O35yYry7ggyZ6DYVXpSzCZNkxvyh/QlCxtOzPNLJgO6XS+djjENJ54G4JYWMcZ/r1GWEuMwhXLM2ClpOWZEcCkauprUSTOpRaR680KpWt9rSYYPrUIA3IoM7foa0lTJdaLM6E4arRJQA==
  • Delivered-to: embed-cdt-dev@xxxxxxxxxxx
  • Ironport-sdr: jTY8khmf+zDi3WurOGP8hqKZrQSCtemBg6+m/9CiXtYnzJa8aLZj3pkNRZHCY5UdxDGDL+QAp+ lSMKcKMc9GxupjYjXTm+JWPcxnAXIAYCpAc8UMiszI3nQHBnomVlH+p1pt1SDBY9JN5Dld982O RqK0wp1vJT6k5XdTCrNBtON5/rEv3rDrKQvEC4B+FHfpz2mdb8BG7sFUdhGsGjM7Mp8CFJWW7Y PzWdgTTvDQeGvkVBY98UrnypV/phembo/yaHtxbVZJgdJFUP18e9RgO/FlzWmbvuSP4oP4qfaz 3s0=
  • List-archive: <https://dev.eclipse.org/mailman/private/embed-cdt-dev>
  • List-help: <mailto:embed-cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/embed-cdt-dev>, <mailto:embed-cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/embed-cdt-dev>, <mailto:embed-cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWzHyOTexptw7KU0iMkVkWmHlT66nrctv9
  • Thread-topic: [embed-cdt-dev] Chıbıos error

That seems to be a problem with your source base (missing file(s)) and not the plugins? You obviously need to make sure that all source files needed to compile your program are present.

From: embed-cdt-dev-bounces@xxxxxxxxxxx <embed-cdt-dev-bounces@xxxxxxxxxxx> on behalf of Hatice Kilicer <kilicer.hatice98@xxxxxxxxx>
Sent: Monday, December 7, 2020 9:36:24 AM
To: embed-cdt developer discussions <embed-cdt-dev@xxxxxxxxxxx>
Subject: [embed-cdt-dev] Chıbıos error
 
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
Hi,
I am trying compile my code but it can't.İt error message show me.
/CHIBIOS/os/common/startup/ARMCMx/compilers/GCC/mk/rules.mk:177: recipe for target 'debug/obj/main.o' failed
and it cant find lwipheader file.For exp:main.c:8:10: fatal error: lwipthread.h: No such file or directory.I couldn't fixed this errors .
Could you please help me?
Sincerely..


Back to the top