Skip to content

How to install libgcc1-8 on kirkstone-l4t-r32.7.x #1120

Answered by madisongh
chhg82 asked this question in Q&A
Discussion options

You must be logged in to vote

By libgcc1-8, are you talking about shared libraries for the gcc runtime? The gcc-for-nvcc recipes explicitly disable the shared runtime build to avoid conflicting with the normal toolchain runtime. They're really intended for very limited use - the intent being that you should be building your apps with the normal (gcc 11) toolchain and only using the gcc 8 compiler indirectly via nvcc for compiling .cu files.

If you really need to use an older toolchain globally, like we used to do with dunfell and earlier branches, you'll need to add in the recipes and configuration settings for that yourself.

As for the package providing the gcc 8 version of cc1, running oe-pkgdata-util find-path "*/cc1"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chhg82
Comment options

Answer selected by chhg82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants