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

[infra] Makefile for ARM32 build of compiler #8559

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

seanshpark
Copy link
Contributor

This will introduce a Makefile for ARM32 cross build of some compiler modules.

ONE-DCO-1.0-Signed-off-by: SaeHie Park [email protected]

This will introduce a Makefile for ARM32 cross build of some compiler modules.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
@seanshpark
Copy link
Contributor Author

For #8379, from draft #8407

# builds
#
int_build_arm32_host:
NNCC_WORKSPACE=$(BUILD_ARM32_HOST) ./nncc build -j1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(optional) It would be great if we can change -j1 to something else later. :-)
(but this is an experimental Makefile as mentioned in L2, so -j1 seems OK for now.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(backgrdound) j1 was added as I had some terrible compiler segmentation fault -_-;;;
anyway we can add option for this from the user :)
you can send a PR for this if you like.

@seanshpark seanshpark merged commit 553c408 into Samsung:master Mar 3, 2022
@seanshpark seanshpark deleted the infra_nncc_makefile_arm32 branch March 3, 2022 21:33
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.

3 participants