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

how to jffs2

2021-01-15 Thread Ярослав Лещинский
Hello, I'm trying to add jff2 to my current project. I have qspi NAND flash w25q128. Currently it works through the SPI(not QSPI). Operations Write, Read and Erase Sector are working well. control struct is: *static rtems_jffs2_flash_control spiflash_control ={.block_size =

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, ___