delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:message-id:date:from:reply-to:subject:to | |
:mime-version:content-type:content-transfer-encoding; q=dns; s= | |
default; b=kARShhM86gaWBBVJn5T+WoJkUq7NvUdag9JMM+6nZd43JTIHtC6su | |
NW0rsS+7onMqeLjfdeYAIiV+ifm5EOIkW3qJkuyhjL7MpO9XajqR1T6vf//fz0Mz | |
Y23fmL1y4wm1H/PcWSh9ax3IqdqRI9BZllQzLmHWlvqwUTa8qlsRro= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:message-id:date:from:reply-to:subject:to | |
:mime-version:content-type:content-transfer-encoding; s=default; | |
bh=4ZxnFKVBRZ5mOl2TILHCyfTu2K4=; b=Tn+nuBPDDV75cZmR8nAVSAAicuVJ | |
4zvM5rBFbKVZOfYGGGBnZf3p0zbqEmMIp57/gwXuumuZAH0M3xWVr5uhvXeosGhw | |
a0+UMT+XeZ+pEVuQivk/0q2AO7licmuUFr5ak7z+/Ep5nEo4NQBkBiFvA9XirW6P | |
fHNSGM3srLYvCMk= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 |
X-HELO: | nm34.bullet.mail.ne1.yahoo.com |
Message-ID: | <1403093912.82580.YahooMailNeo@web133205.mail.ir2.yahoo.com> |
Date: | Wed, 18 Jun 2014 13:18:32 +0100 |
From: | "tempmailpool-13 AT yahoo DOT de" <tempmailpool-13 AT yahoo DOT de> |
Reply-To: | "tempmailpool-13 AT yahoo DOT de" <tempmailpool-13 AT yahoo DOT de> |
Subject: | Problem with GNU make: No such file or directory |
To: | "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> |
MIME-Version: | 1.0 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id s5ICPxZH029831 |
Hi cygwin-users, I would highly appreciate your help with this problem using cygwin, GNUARM and GNU make via Matlab. My Matlab code is to build a binary executable via executing GNU-ARM toolchain. Therefore Matlab calls a *.bat-file with this content @echo off set path=E:/Programme/cygwin/bin;%PATH%; bash<cmd The file "cmd" comprises just make all Running this *.bat-file I get following error: Compiling /cygdrive/C/Users/LaborPC/Documents/MATLAB/ecrobotNXT/environment/nxtOSEK/toppers_osek/kernel/alarm.c to alarm.o /bin/sh: '/cygdrive/E/Programme/cygwin/GNUARM'/bin/arm-none-eabi-gcc: No such file or directory /cygdrive/C/Users/LaborPC/Documents/MATLAB/ecrobotNXT/environment/nxtOSEK/ecrobot/tool_gcc.mak:108: recipe for target 'build/kernel/alarm.o' failed make: *** [build/kernel/alarm.o] Error 127 Notably, E/Programme/cygwin/GNUARM/bin/ contains arm-elf-gcc.exe and not arm-none-eabi-gcc, since my instructions (some public instructions from 2008) say that I sould install GNUARM 4.0.2. Installing GNUARM Embedded Processors creates an arm-none-eabi-gcc.exe, but this does not works, too. I use: - Matlab2014a 32-bit - on Win7, 64 Bit. - Latest Cygwin 32bit or 64 bit - with make 4.0-2 (selected it in cygwin installer) - GNUARM 4.0.2 or 4.1.1 ("or" indicates that both variants did not work) Any idea how to solve this or who to ask for help? Best regards Christian Sperber University of Erlangen Nürnberg -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |