-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Facing bitbake errors with Yocto Jethro #2171
Comments
Somehow this looks like a mix of 64bit armv8 and 32bit armv7, perhaps the autodetection failed. |
I have tried with 0.3.6 version with following compilation configuration:
Still facing error, different one, described as below:
Is my compilation configuration command is correct or I am missing anything? Please suggest. |
I am not sure i understand the cross-compiling - do you intend to build an ArmV7 binary on ArmV8, or the other way round ?(Or is the actual compilation running on non-ARM hardware?) |
I want to build binary for aarch64 architecture. |
The "ASMNAME redefined" is probably harmless (the partly recursive makefile structure does this when one supplies CFLAGS or similar). |
It bails out on aarch64 instructions. Looks like 32bit AS is in the way somehow. |
I found answer in your initial post, it is a 32bt compiler, ARMv7 is a 32bit arch.
|
Let me try with ARMV7 architecture option. Thanks |
Iit should be done by bb file already. The arch override does not work like you tried, you need full target toolchain |
Below is my current openblas_0.3.6.bb file. Will set TARGET=ARMV7 BINARY=32 and update here. Meanwhile can you please let me know if I am missing any parameters in existing configuration? Do I need to add any other parameters during compilation?
|
Basic cross-compilation would be |
Did you get any further with this ? |
Hi Team,
Facing error while integrating opeblas in Yocto Jethro (BB version - 1.28.0), aarch64-oe-linux target system.
Using "openblas_0.2.20.bb" recipe taken from - https://layers.openembedded.org/layerindex/recipe/68888/
Added "openblas" in local.conf.
Following is the error log:
Please provide the solution/fix.
Regards,
Jaymin
The text was updated successfully, but these errors were encountered: