tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] parallel make failed


From: Vincent Lefevre
Subject: [Tinycc-devel] parallel make failed
Date: Tue, 15 Dec 2015 13:50:21 +0100
User-agent: Mutt/1.5.24-6539-vl-r83103 (2015-12-08)

Hi,

I got the following error when building tcc (mob branch) with
a parallel "make" (make -j8) under Linux:

[...]
make[1]: Entering directory '/home/vlefevre/software/tinycc/lib'
mkdir -p x86_64
../tcc -B.. -c libtcc1.c -o x86_64/libtcc1.o -I.. -Wall -g -O0 
-Wdeclaration-after-statement -Wno-deprecated-declarations -Wno-strict-aliasing 
-Wno-pointer-sign -Wno-sign-compare -Wno-unused-result -Wno-uninitialized 
-fno-strict-aliasing -fPIC -DTCC_TARGET_X86_64
make[1]: ../tcc: Command not found
Makefile:116: recipe for target 'x86_64/libtcc1.o' failed
make[1]: *** [x86_64/libtcc1.o] Error 127
make[1]: Leaving directory '/home/vlefevre/software/tinycc/lib'
Makefile:259: recipe for target 'libtcc1.a' failed
make: *** [libtcc1.a] Error 2
make: *** Waiting for unfinished jobs....
ln -sf x86_64-tcc tcc

I've just done a commit to solve this problem.
But please, check on various platforms.

-- 
Vincent Lefèvre <address@hidden> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]