From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hopak.nano.tudelft.nl (hopak.nano.tudelft.nl [131.180.116.52]) by sourceware.org (Postfix) with SMTP id 46B613890424 for ; Thu, 18 Jun 2020 08:58:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 46B613890424 Date: Thu, 18 Jun 2020 10:48:57 +0200 (CEST) Message-Id: <20061810485711_32800155@hrem.nano.tudelft.nl> From: "Jouk Jansen" To: GCC-HELP@gcc.gnu.org Subject: Problem creating cross-compiler X-VMS-To: GCC-HELP@GCC.GNU.ORG X-Spam-Status: No, score=2.9 required=5.0 tests=BAYES_50, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 08:58:11 -0000 Hi, I'm trying to build a cross-compiler which should be running on a Fedora 32 system building objects for a IA64-OpenVMS system. I'm running the compilation on a "up-to-date" Fedora 32 system. It does not matter which version of gcc I try, I always get the same error message (see below). For gcc-10.1.0 II used the configure command showed below. immediately after that I did run "make" and after some time I got the error liste below. What do I do wrong? ./configure --prefix=/home/joukj/openvms --exec-prefix=/home/joukj/openvms --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=ia64-hp-openvms make ... g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtt i -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qu al -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedan tic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_ H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../.././gcc -I../.././gcc/build -I../ .././gcc/../include -I../.././gcc/../libcpp/include \ -o build/genmodes.o ../.././gcc/genmodes.c ./as: line 106: exec: -I: invalid option exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...] make[2]: *** [Makefile:2722: build/genmodes.o] Error 1 make[2]: Leaving directory '/home2/joukj/public/gcc/gcc-10.1.0/host-x86_64-unkno wn-linux-gnu/gcc' make[1]: *** [Makefile:4390: all-gcc] Error 2 make[1]: Leaving directory '/home2/joukj/public/gcc/gcc-10.1.0' make: *** [Makefile:955: all] Error 2 regards Jouk Pax, vel iniusta, utilior est quam iustissimum bellum. (free after Marcus Tullius Cicero (106 b.Chr.-46 b.Chr.) Epistularum ad Atticum 7.1.4.3) Touch not the cat bot a glove >------------------------------------------------------------------------------< Jouk Jansen joukj@hrem.nano.tudelft.nl Technische Universiteit Delft tttttttttt uu uu ddddddd Kavli Institute of Nanoscience tttttttttt uu uu dd dd Nationaal centrum voor HREM tt uu uu dd dd Lorentzweg 1 tt uu uu dd dd 2628 CJ Delft tt uu uu dd dd Nederland tt uu uu dd dd tel. 31-15-2782272 tt uuuuuuu ddddddd >------------------------------------------------------------------------------<