Skip to content

Native Ubuntu ARM toolchain.#27

Open
hendriks73 wants to merge 27 commits intodevfrom
hendrik/github_linux_arm64
Open

Native Ubuntu ARM toolchain.#27
hendriks73 wants to merge 27 commits intodevfrom
hendrik/github_linux_arm64

Conversation

@hendriks73
Copy link
Copy Markdown
Owner

No description provided.

Support emojis. Added CLAUDE.md.
…lar references between object files (e.g., idctdsp.o calls ff_idctdsp_init_aarch64 which is defined in aarch64/idctdsp_init.o). The GNU linker only

  pulls in objects from a static archive when they satisfy a currently-unresolved reference, so it misses aarch64/idctdsp_init.o.  The four FFmpeg archives are now wrapped in --start-group/--end-group, which allows the linker to make multiple passes to resolve internal cross-references like ff_idctdsp_init_aarch64 without pulling in
                                                                                                                                    unreferenced objects.
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