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",
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