Talk:ARM

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

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.

Changed it to "--env" Ladon (talk) 20:43, 30 June 2022 (UTC)

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)