You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm compile my project by Bitbake / Yocto build as part of embedded linux.
The target is arm-poky-linux-gnueabi, so currently build panics because of unknown target.
Can you please add to the targets map, the next line
"arm-poky-linux-gnueabi" => "linux-armv4",
Thanks
Mark
The text was updated successfully, but these errors were encountered:
I'm compile my project by Bitbake / Yocto build as part of embedded linux.
The target is arm-poky-linux-gnueabi, so currently build panics because of unknown target.
Can you please add to the targets map, the next line
"arm-poky-linux-gnueabi" => "linux-armv4",
Thanks
Mark
The text was updated successfully, but these errors were encountered: