Skip to content

Add static-linux sdk support for cortex A53 Arm CPU#559

Open
zaneenders wants to merge 1 commit into
swiftlang:mainfrom
zaneenders:cortex-a53
Open

Add static-linux sdk support for cortex A53 Arm CPU#559
zaneenders wants to merge 1 commit into
swiftlang:mainfrom
zaneenders:cortex-a53

Conversation

@zaneenders
Copy link
Copy Markdown

@zaneenders zaneenders commented May 26, 2026

Adds a new --cpu flag to the static Linux SDK build script. This enables targeted compilation for Cortex-A53 devices, specifically supporting hardware like the Raspberry Pi 4 and OpenWRT One routers.

The following is the build command I was using.

 ./scripts/build.sh \
    --source-dir ./source \
    --products-dir ./products \
    --build-dir ./build-cortex-a53 \
    --archs aarch64 \
    --cpu cortex-a53 \
    -j 16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant