Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ldelf error of arm32 ta #38

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Fix ldelf error of arm32 ta #38

merged 1 commit into from
Sep 7, 2021

Conversation

DemesneGH
Copy link
Contributor

  • examples/*/ta/ta_arm.lds: Add write permisson of GOT
  • examples/*/ta/Cargo.toml: Set opt-level=1 to compile arm32 ta of nbuckets!=0. In Upgrade to OPTEE 3.11.0&3.12.0 #24 we had updated linkarg=-Os and opt-level=3(by default) which worked for arm64 ta but didn't work for arm32 ta.There should be linkarg=-Os and opt-level=1 now.

@mssun mssun merged commit 27af419 into apache:master Sep 7, 2021
@mssun
Copy link
Member

mssun commented Sep 7, 2021

Merged. Thanks!

RMheng pushed a commit to RMheng/incubator-teaclave-trustzone-sdk that referenced this pull request Oct 15, 2021
RMheng pushed a commit to RMheng/incubator-teaclave-trustzone-sdk that referenced this pull request Oct 16, 2021
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.

2 participants