Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Rpi4 Compile with DRM/KMS (non X11) / configure-platform.make #1913

Open
2play opened this issue Jun 17, 2020 · 0 comments
Open

Rpi4 Compile with DRM/KMS (non X11) / configure-platform.make #1913

2play opened this issue Jun 17, 2020 · 0 comments

Comments

@2play
Copy link

2play commented Jun 17, 2020

I tried make -j4 USE_GLES=1
but fails
Tried to replace in platform.make still no go.

What would be the correct options to achieve above with platform specific configure-platform.make
Much appreciated

# Raspberry Pi 4
else ifneq (,$(findstring rpi4,$(platform)))
    PLATFORM_LINUX := 1
    ARM32_REC := 1
    USE_X11 := 1
    SUPPORT_EGL := 1

    CFLAGS +=  -D TARGET_LINUX_ARMELv7 -DARM_HARDFP -fsingle-precision-constant


    MFLAGS += -march=armv8-a+crc -mtune=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard
    ASFLAGS += -march=armv8-a+crc -mtune=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant