Problem with debian compilation

Forums Reference, Evaluation, and Development Boards Problem with debian compilation

Viewing 3 reply threads
  • Author
    Posts
    • #12344
      Ángel Molinaamolina
      Participant

        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>

        1. cd ~/osd32mp1-workspace/docker
        2. sudo make build

        <h3 dir=”auto”>Compile target image for OSD32MP1-RED</h3>

        1. cd ~/osd32mp1-workspace/docker
        2. sudo make run
        3. 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.

        Attachments:
      • #12346
        Neeraj Kumar Reddy DantuNeeraj Dantu
        Moderator

          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

        • #12352
          Ángel Molinaamolina
          Participant

            Hi,

            I have with the mentioned modification the same error.

          • #12357
            Neeraj Kumar Reddy DantuNeeraj Dantu
            Moderator

              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

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.