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

Add support for Jetson Orin NX #82

Merged
merged 5 commits into from
May 11, 2023
Merged

Add support for Jetson Orin NX #82

merged 5 commits into from
May 11, 2023

Conversation

pjueon
Copy link
Owner

@pjueon pjueon commented Feb 9, 2023

Implementation for #81

@pjueon
Copy link
Owner Author

pjueon commented Feb 9, 2023

Got this note on build.

/home/jetson/JetsonGPIO/src/GPIOPinData.cpp: In constructor ‘GPIO::EntirePinData::EntirePinData()’:
/home/jetson/JetsonGPIO/src/GPIOPinData.cpp:98:5: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
     EntirePinData::EntirePinData()
     ^~~~~~~~~~~~~

Probably related to the code size or something but not sure.
I'll check if there's a way to remove this note/warning later.

@pjueon pjueon self-assigned this Feb 9, 2023
- The original compile warning was:
"variable tracking size limit exceeded with -fvar-tracking-assignments,
retrying without"
- It's because the length of
the EntirePinData::EntirePinData() was too long.
@pjueon
Copy link
Owner Author

pjueon commented May 11, 2023

Got this note on build.

/home/jetson/JetsonGPIO/src/GPIOPinData.cpp: In constructor ‘GPIO::EntirePinData::EntirePinData()’:
/home/jetson/JetsonGPIO/src/GPIOPinData.cpp:98:5: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
     EntirePinData::EntirePinData()
     ^~~~~~~~~~~~~

Probably related to the code size or something but not sure. I'll check if there's a way to remove this note/warning later.

Ok, I've solved this warning issue.

@pjueon pjueon closed this May 11, 2023
@pjueon pjueon reopened this May 11, 2023
@pjueon pjueon merged commit 2a7a2f7 into master May 11, 2023
7 checks passed
@pjueon pjueon deleted the orin_nx branch May 11, 2023 12:10
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.

None yet

1 participant