Re: [PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG

2023-03-01 Thread Simon Glass
Hi Eugen, On Fri, 24 Feb 2023 at 06:59, Eugen Hristev wrote: > > On 2/21/23 21:35, Simon Glass wrote: > > On Sat, 18 Feb 2023 at 01:34, Heinrich Schuchardt > > wrote: > >> > >> Building sandbox_spl with CONFIG_DEBUG leads to errors due to missing > >> symbols: > >> > >> /usr/bin/ld:

Re: [PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG

2023-02-26 Thread Simon Glass
Hi Eugen, On Fri, 24 Feb 2023 at 06:59, Eugen Hristev wrote: > > On 2/21/23 21:35, Simon Glass wrote: > > On Sat, 18 Feb 2023 at 01:34, Heinrich Schuchardt > > wrote: > >> > >> Building sandbox_spl with CONFIG_DEBUG leads to errors due to missing > >> symbols: > >> > >> /usr/bin/ld:

Re: [PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG

2023-02-24 Thread Eugen Hristev
On 2/21/23 21:35, Simon Glass wrote: On Sat, 18 Feb 2023 at 01:34, Heinrich Schuchardt wrote: Building sandbox_spl with CONFIG_DEBUG leads to errors due to missing symbols: /usr/bin/ld: common/spl/spl_fit.o: in function `spl_fit_upload_fpga': common/spl/spl_fit.c:595: undefined

Re: [PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG

2023-02-21 Thread Simon Glass
On Sat, 18 Feb 2023 at 01:34, Heinrich Schuchardt wrote: > > Building sandbox_spl with CONFIG_DEBUG leads to errors due to missing > symbols: > > /usr/bin/ld: common/spl/spl_fit.o: in function `spl_fit_upload_fpga': > common/spl/spl_fit.c:595: undefined reference to `fpga_load' >

[PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG

2023-02-18 Thread Heinrich Schuchardt
Building sandbox_spl with CONFIG_DEBUG leads to errors due to missing symbols: /usr/bin/ld: common/spl/spl_fit.o: in function `spl_fit_upload_fpga': common/spl/spl_fit.c:595: undefined reference to `fpga_load' /usr/bin/ld: test/test-main.o: in function `dm_test_post_run':