Replies: 9 comments
-
Hi,
Neither of them, but I'm on it. I'll try with
Only with stock pulseaudio configuration. I never tried jack I wonder can it coexists with pulseaudio without tons of configuration? I'll read on the matter. Recently I was messing with retroarch configuration. I changed default
Here: retro-core-image.bbclass it's defined as template for What is your current sbc that you're working on? Cheers |
Beta Was this translation helpful? Give feedback.
-
I'm working on Raspberry pi 3 and 4. |
Beta Was this translation helpful? Give feedback.
-
I'm using retro-build-environment for my rpi 3/4 builds, may come handy.
You can share an error log (with verbose logs on) maybe I'll be able to help. I'm not 100% sure but I think that llvm gallium is not needed for raspberry so you can disable it to avoid dependencies. Are you using my distribution configuration? (retro.conf) - if yes there is In recent commit a4f1ae5 I've added I can be set in |
Beta Was this translation helpful? Give feedback.
-
I'm moving kernels and other recipes specific to |
Beta Was this translation helpful? Give feedback.
-
Hello This is the error that i meet when i'm compiling spirv-tools. Regards | [16/19] /home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/aarch64-poky-linux-g++ -DSPIRV_CHECK_CONTEXT -DSPIRV_COLOR_TERMINAL -DSPIRV_LINUX -DSPIRV_TIMER_ENABLED -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/spirv-headers/include -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/include -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/test -I. -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/effcee -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/effcee/effcee/.. -I/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/re2 -isystem /home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/googletest/googletest/include -isystem /home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/googletest/googlemock/include -isystem /home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/googletest/googlemock -isystem /home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/external/googletest/googletest -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0=/usr/src/debug/spirv-tools/git-r0 -fdebug-prefix-map=/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0=/usr/src/debug/spirv-tools/git-r0 -fdebug-prefix-map=/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/recipe-sysroot= -fdebug-prefix-map=/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/recipe-sysroot -g -fPIE -Wall -Wextra -Wnon-virtual-dtor -Wno-missing-field-initializers -std=c++11 -fno-exceptions -fno-rtti -Wno-long-long -Wshadow -Wundef -Wconversion -Wno-sign-conversion -Wno-undef -Wno-shadow -std=gnu++11 -MD -MT test/opt/CMakeFiles/test_opt.dir/fold_test.cpp.o -MF test/opt/CMakeFiles/test_opt.dir/fold_test.cpp.o.d -o test/opt/CMakeFiles/test_opt.dir/fold_test.cpp.o -c /home/gerald/Documents/poky/build/tmp/work/aarch64-poky-linux/spirv-tools/git-r0/git/test/opt/fold_test.cpp |
Beta Was this translation helpful? Give feedback.
-
On spirv-tools git, there is an update since 2 days to correct VUID label. |
Beta Was this translation helpful? Give feedback.
-
I'm using default version from
Defaults are here: retroarch-config.inc
Unfortunately I don't know how to deal with that one. Looks like linker problem but why is this I do not know. I'll try to build for
Give it a try, but I think it's better to stay with released/stable version. |
Beta Was this translation helpful? Give feedback.
-
I was able to build |
Beta Was this translation helpful? Give feedback.
-
Thanks for the research. I'm using dunfell branch which seems to be outdated since 1 month. Layer openembedded-layer is not compatible with the core layer which only supports these series: dunfell (layer is compatible with hardknott gatesgarth) |
Beta Was this translation helpful? Give feedback.
-
Hi
Thanks for your work.
To reduce lantency (audio overhead) did you try to use RT kernel (ex: preempt rt) or Desktop low latency in kernel options ?
Did you try to replace alsa by jackd 2 server or tune pulseaudio paramaters ?
PS: where is defined retro-core-image ? i didn't find .bb file like other images.
Regards
Beta Was this translation helpful? Give feedback.
All reactions