Tool/software:
Hi,
As per the following documentation (compiling-ti-apps-launcher) I am trying to build the latest ti-app-launcher, but I am getting error ( /usr/bin/bash: exec format error). Reference I have shared the following screenshot below.
Tool/software:
Hi,
As per the following documentation (compiling-ti-apps-launcher) I am trying to build the latest ti-app-launcher, but I am getting error ( /usr/bin/bash: exec format error). Reference I have shared the following screenshot below.
HI Karthikeyan,
We have recreated the issue on our side it's working
The errors you're seeing are a result of a platform mismatch between the Docker image you're trying to run and your computer's architecture.exec /usr/bin/bash
exec format error
: This is the direct result of the platform mismatch. The Docker daemon tries to run the bash
executable from the ARM64 image on your AMD64 machine. The processor cannot understand the ARM-specific instructions, leading to a "bad format" error.
I will redirect this query to our Docker expert
Regards,
Dilna K