Forums › Reference, Evaluation, and Development Boards › Problem with debian compilation
Hi,
I have modified the device tree in the debian image provided to the OSD32MP1-RED, I have done the steps indicated here (https://github.com/octavosystems/osd32mp1-build-tools):
<h3 dir=”auto”>Compile docker image</h3>
cd ~/osd32mp1-workspace/docker
sudo make build
<h3 dir=”auto”>Compile target image for OSD32MP1-RED</h3>
cd ~/osd32mp1-workspace/docker
sudo make run
make all
After one time compiling I obtain the error showned in the attached file. I don’t know how to resolve this. Help me please.
Thanks in advance.
amolina,
It seems like the docker installation is not setting the shell terminal application correctly? Can you change https://github.com/octavosystems/osd32mp1-multistrap/blob/osd32mp1-v3.0/multistrap.configscript#L1 in /multistrap/multistrap.configscript to “#!/bin/sh” and try again to build?
I will do some testing and report back on this.
Best,
Neeraj
Hi,
I have with the mentioned modification the same error.
amolina,
Can you verify that once you have started the Docker image(with sudo make run), you have the following files:
/bin/sh
/bin/bash
/bin/dash
You can do this by executing “ls -al /bin/sh”, “ls -al /bin/bash” and “ls -al /bin/dash”
These are shell terminal applications that should be recognized with in the script.
Please also make sure you are running as root.
Best,
Neeraj
Octavo Systems LLC all rights reserved
OCTAVO is registered in the U.S. Patent and Trademark Office. OSD, C-SiP, and the Octavo Logo are trademarks of Octavo Systems LLC.
"*" indicates required fields
"*" indicates required fields
"*" indicates required fields
"*" indicates required fields