Fixed
Created: Apr 14, 2014
Updated: Dec 3, 2018
Resolved Date: Apr 16, 2014
Previous ID: LIN5-18508
Found In Version: 6.0.0.2
Fix Version: 6.0.0.6
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: BSP
KARCH is not set correctly within all bsps, it defaultly equals to TRANSLATED_TARGET_ARCH, which will introduce ambiguities for some cases, for example, intel-xeon-core-haswell board, a lib32- package, the TRANSLATED_TARGET_ARCH is 'i586', then the KARCH is also 'i586', but it really should be x86-64, this leads a situation to us that there is not a way to figure out the real wordsize of kernel.
Setting KARCH manually in any conf file.
1 configure a intel-xeon-core-haswell project.
2 check out the KARCH of a lib32- package.