Re: Build failure on windows

2021-01-18 Thread Chris Johns
On 19/1/21 12:26 pm, jameszxj wrote: > Hi, > I got the error message??MSYS2use python2-config > > > config: tools/rtems-gdb-head.cfg > error: shell macro failed: sh -c "/mingw64/bin/python2-config --ldflags | awk > 'BEGIN{FS=\" \"}/python/{for(i=1;i \"lib\"substr($i,3)\"*\";}'": 1: awk: cmd.

Re: Build failure on windows

2021-01-18 Thread jameszxj
Hi, I got the error message??MSYS2use python2-config config: tools/rtems-gdb-head.cfg error: shell macro failed: sh -c "/mingw64/bin/python2-config --ldflags | awk 'BEGIN{FS=\" \"}/python/{for(i=1;imailto:chr...@rtems.org; wrote: On 16/1/21 2:10 am, ND wrote: Trying to compile RBS for

Re: Build failure on windows

2021-01-17 Thread ND
This is what i see $ /usr/bin/python3-config --ldflags --embed -L/usr/lib -lpython3.8 -lcrypt -lintl -ldl On Sat, Jan 16, 2021 at 3:13 AM Chris Johns wrote: > > > On 16/1/21 2:10 am, ND wrote: > > Trying to compile RBS for riscv on windows using MSYS2 fails with > following error. > > > >

Re: Build failure on windows

2021-01-15 Thread Chris Johns
On 16/1/21 2:10 am, ND wrote: > Trying to compile RBS for riscv on windows using MSYS2 fails with following > error. > > error: shell macro failed: sh -c "/usr/bin/python3-config --ldflags --embed | > awk 'BEGIN{FS=\" \"} What does the command ... /usr/bin/python3-config --ldflags --embed

Build failure on windows

2021-01-15 Thread ND
Trying to compile RBS for riscv on windows using MSYS2 fails with following error. error: shell macro failed: sh -c "/usr/bin/python3-config --ldflags --embed | awk 'BEGIN{FS=\" \"} Compiling master branch. Any ideas, what might be wrong? Regards, ___