All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] sandbox: NO_SDL=1 gcc: error: arch/sandbox/cpu/sdl.o: No such file or directory
@ 2022-01-10 23:22 Heinrich Schuchardt
  2022-01-13 13:41 ` Simon Glass
  0 siblings, 1 reply; 8+ messages in thread
From: Heinrich Schuchardt @ 2022-01-10 23:22 UTC (permalink / raw)
  To: Simon Glass; +Cc: Milan P. Stanić, U-Boot Mailing List

Hello Simon,

compiling with SDL fails on Alpine Linux:
https://gitlab.alpinelinux.org/alpine/aports/-/issues/13411

So I tried NO_SDL:

make sandbox_defconfig NO_SDL=1
make menuconfig # CONFIG_ETH_SANDBOX_RAW=n
make -j4 NO_SDL=1

But I got an error
gcc: error: arch/sandbox/cpu/sdl.o: No such file or directory

Can't we make CONFIG_SANDBOX_SDL a Kconfig symbol to get rid of the
command line symbol?

We already have CONFIG_SANDBOX_VIDEO_SDL. Do we need two symbols?

Best regards

Heinrich


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-16 23:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 23:22 [BUG] sandbox: NO_SDL=1 gcc: error: arch/sandbox/cpu/sdl.o: No such file or directory Heinrich Schuchardt
2022-01-13 13:41 ` Simon Glass
2022-01-13 18:07   ` Heinrich Schuchardt
2022-01-13 18:09     ` Simon Glass
2022-01-15 18:47   ` Heinrich Schuchardt
2022-01-16 21:14     ` Milan P. Stanić
2022-01-16 22:41       ` Heinrich Schuchardt
2022-01-16 23:11         ` Milan P. Stanić

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.