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

TC3xx: Fixes for ADS 1.10.6 #535

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bigbrett
Copy link
Contributor

@bigbrett bigbrett commented Jan 8, 2025

  • Fixes build errors introduced by new version of AURIX dev studio (1.10.6)
  • Fixes to AURIX helper script to properly generate macros for non-wolfHSM builds, with corresponding updates to non-HSM AURIX project

This fix explicitly adds -mtc162 to compiler and linker flags in project
settings to fix a build error when opening projects in ADS 1.10.6.

Opening wolfBoot and test-app projects in ADS 1.10.6 resulted in compilation errors
on tricore asm in IfxCpu.c. Newly created projects in 1.10.6 have -mctc162
passed as a compiler option, but older projects don't. Dropdown menu to
set the CPU architecture is broken in IDE when trying to set in a
project created with older ADS version. Explicitly adding -mtc162 fixes
the issue.
@bigbrett bigbrett requested review from danielinux and dgarske January 8, 2025 19:26
@bigbrett bigbrett self-assigned this Jan 8, 2025
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