Open ghost opened 6 years ago
Hmm, quick googling seems to indicate that for some reason the ARM rootfs is set up to use hard floats but the compiler tries to use soft floats (but fails, because the rootfs doesn't have gnu/stubs-soft.h
installed). I don't have an ARM platform to play with, but you might want to try passing the correct arch in ${TOOLCHAIN_OPTIONS}
or maybe see if map_arch()
function at https://github.com/intel/intel-iot-refkit/blob/master/meta-refkit-extra/recipes-convnet/openblas/openblas_0.2.19.bb#L20 could be improved or fixed.
i tried recipe from here,
https://github.com/CogentEmbedded/meta-opencl/tree/master/meta-ocl-common/recipes-graphics/openblas (https://link.getmailspring.com/link/1521316726.local-cd8f0809-1f71-v1.1.5-5834c99f@getmailspring.com/0?redirect=https%3A%2F%2Fgithub.com%2FCogentEmbedded%2Fmeta-opencl%2Ftree%2Fmaster%2Fmeta-ocl-common%2Frecipes-graphics%2Fopenblas&recipient=cmVwbHkrMDBkOTM3ODllOWEyYzlmNGNhY2NmODQ1NjIwNmQ3ZTMzMDQzMGIzYjJiODMyN2YwOTJjZjAwMDAwMDAxMTZjNTMwZDY5MmExNjljZTEyM2Y2YWM3QHJlcGx5LmdpdGh1Yi5jb20%3D) it compiles.. what diff?
Sent from Mailspring (https://link.getmailspring.com/link/1521316726.local-cd8f0809-1f71-v1.1.5-5834c99f@getmailspring.com/1?redirect=https%3A%2F%2Fgetmailspring.com%2F&recipient=cmVwbHkrMDBkOTM3ODllOWEyYzlmNGNhY2NmODQ1NjIwNmQ3ZTMzMDQzMGIzYjJiODMyN2YwOTJjZjAwMDAwMDAxMTZjNTMwZDY5MmExNjljZTEyM2Y2YWM3QHJlcGx5LmdpdGh1Yi5jb20%3D), the best free email app for work On Mar 17 2018, at 8:39 pm, Ismo Puustinen notifications@github.com wrote:
Hmm, quick googling seems to indicate that for some reason the ARM rootfs is set up to use hard floats but the compiler tries to use soft floats (but fails, because the rootfs doesn't have gnu/stubs-soft.h installed). I don't have an ARM platform to play with, but you might want to try passing the correct arch in ${TOOLCHAIN_OPTIONS} or maybe see if map_arch() function at https://github.com/intel/intel-iot-refkit/blob/master/meta-refkit-extra/recipes-convnet/openblas/openblas_0.2.19.bb#L20 (https://link.getmailspring.com/link/1521316726.local-cd8f0809-1f71-v1.1.5-5834c99f@getmailspring.com/2?redirect=https%3A%2F%2Fgithub.com%2Fintel%2Fintel-iot-refkit%2Fblob%2Fmaster%2Fmeta-refkit-extra%2Frecipes-convnet%2Fopenblas%2Fopenblas_0.2.19.bb%23L20&recipient=cmVwbHkrMDBkOTM3ODllOWEyYzlmNGNhY2NmODQ1NjIwNmQ3ZTMzMDQzMGIzYjJiODMyN2YwOTJjZjAwMDAwMDAxMTZjNTMwZDY5MmExNjljZTEyM2Y2YWM3QHJlcGx5LmdpdGh1Yi5jb20%3D) could be improved or fixed. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://link.getmailspring.com/link/1521316726.local-cd8f0809-1f71-v1.1.5-5834c99f@getmailspring.com/3?redirect=https%3A%2F%2Fgithub.com%2Fintel%2Fintel-iot-refkit%2Fissues%2F335%23issuecomment-373947058&recipient=cmVwbHkrMDBkOTM3ODllOWEyYzlmNGNhY2NmODQ1NjIwNmQ3ZTMzMDQzMGIzYjJiODMyN2YwOTJjZjAwMDAwMDAxMTZjNTMwZDY5MmExNjljZTEyM2Y2YWM3QHJlcGx5LmdpdGh1Yi5jb20%3D), or mute the thread (https://link.getmailspring.com/link/1521316726.local-cd8f0809-1f71-v1.1.5-5834c99f@getmailspring.com/4?redirect=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FANk3ieO74it1t37TcvFZKnZPoCbY9eO7ks5tfWZWgaJpZM4SuwNf&recipient=cmVwbHkrMDBkOTM3ODllOWEyYzlmNGNhY2NmODQ1NjIwNmQ3ZTMzMDQzMGIzYjJiODMyN2YwOTJjZjAwMDAwMDAxMTZjNTMwZDY5MmExNjljZTEyM2Y2YWM3QHJlcGx5LmdpdGh1Yi5jb20%3D).
Hello Guys,
I tried to use your recipe and endup with compilation error