Hi Joris,

2014-08-13 20:21 GMT+02:00, Joris van Rantwijk <[email protected]>:
> Hi Andrey,
>
> On 2014-08-13, Andrey Gursky wrote:
>> since on [1] the issues button is disabled, I'm reporting here an
>> enhancement proposal: fixing parallel build with -j. Now it fails with
>> different error messages.
>
> I don't fully understand what you mean.
>
> Are you trying to compile VHDL code with GHDL in a parallel build?
> Or are you trying to compile the GHDL source code itself (to build
> GHDL) in parallel mode?
>
> What commands did you type and what errors did you get?
>

I was compiling GHDL using
dpkg-buildpackage -uc -us -j4

Two different failure messages were:

...
make[3]: *** No rule to make target `../gcc/gtype-vhdl.h', needed by
`ortho-lang.o'.  Stop.

and

make[3]: Entering directory `/home/gursky/projects/ghdl/ghdl-0.31/gcc/build/gcc'
x86_64-linux-gnu-g++ -c -o ortho-lang.o
../../src/gcc/vhdl/ortho-lang.c -g -Wall -DIN_GCC -I..//gcc
-I../../src/gcc/../include -I../../src/gcc/../gcc
-I../../src/gcc/../gcc/config -I../../src/gcc
/../libcpp/include -I. -I. -I../../src/gcc -I../../src/gcc/.
-I../../src/gcc/../include -I../../src/gcc/../libcpp/include
-I../../src/gcc/../libdecnumber -I../../src/gcc/../libdecnumber/bid
-I..
/libdecnumber -I../../src/gcc/../libbacktrace
In file included from ../../src/gcc/vhdl/ortho-lang.c:7:0:
../../src/gcc/vhdl/ortho-lang.c: In function ‘bool ortho_init()’:
../../src/gcc/vhdl/ortho-lang.c:268:51: error: ‘get_identifier’ was
not declared in this scope
                   TYPE_DECL, get_identifier ("int"), integer_type_node);
                                                   ^
../../src/gcc/../gcc/tree.h:3578:52: note: in definition of macro ‘build_decl’
 #define build_decl(l,c,t,q) build_decl_stat (l, c, t, q MEM_STAT_INFO)
...

Andrey

_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to