[PATCH v2 14/20] RISC-V: erizo: migrate to PBL

Antony Pavlov antonynpavlov at gmail.com
Sat Mar 20 05:55:59 GMT 2021


On Fri, 19 Mar 2021 19:28:10 +0100
Ahmad Fatoum <a.fatoum at pengutronix.de> wrote:

Hi!

> Hello Antony,
> 
> On 19.03.21 16:37, Antony Pavlov wrote:
> > The first bad commit is 90cde3b9ff46 ("startup: Execute init scripts in alphabetical order").
> > I have reproduced it with these compilers:
> > 
> >   * riscv32-unknown-elf-gcc (GCC) 7.2.0
> >   * riscv64-linux-gnu-gcc (Debian 8.3.0-2) 8.3.0
> >   * riscv64-linux-gnu-gcc-9 (Debian 9.3.0-18) 9.3.0
> 
> Thanks for investigating. !CONFIG_GLOB && !CONFIG_SHELL_NONE configurations
> were universally broken. I just sent out a series to fix this.

I propose to investigate another glob-related issues:

1. there is CONFIG_FAKE_GLOB in the C code but no FAKE_GLOB definition in Kconfig.

2. we have at least two fake glob() functions:

   * lib/glob.c contains one glob() definition under '#ifdef CONFIG_FAKE_GLOB'
   * common/hush.c contains static fake_glob()

-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list