Talk:ARM
From Gentoo Wiki
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 12:38, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
Crossdev extra_econf environment
Talk status
This discussion is done as of 2022-06-30.
"root #crossdev --target arm-none-eabi --genv 'EXTRA_ECONF="--with-multilib-list=$profile_name"' "
Should it really be --genv or is this a typo? crossdev doesn't seem to have that flag. Further down it says --env instead.
yes, genv was correct, it should only be applied in the gcc environment. From crossdev --help
: --[bdgkl]env env Specify env settings for binutils/gdb/gcc/kernel/libc
JJ (talk) 22:29, 30 June 2022 (UTC)