Likely incompatible compiler using wrong dynamic loader, do "file
hello", see "interpreter /some/path", and check if "/some/path" is
present on guest.

On Thu, May 31, 2018 at 9:33 PM, commerce _com <commercecom...@gmail.com> wrote:
> Hi all,
>
> i need to run hello.c in an architecture armv8 big.LITTLE
> I compile hello_word.c by a crosscompiler here is the command:
> arm-linux-gnueabihf-gcc hello.c -o hello
>
> I added the binarie of the compilation to the linaro aarch64 image, with I
> generated this .rcs script as follows:
> #! / Bin / bash
> PARSEC_DIR = "/ home / root / parsec"
> cd $ PARSEC_DIR
> pwd
> ./Hello
>
> I typed the following command:
>
> sudo build / ARM / gem5.opt configs / example / arm / fs_bigLITTLE.py
> --kernel = / media / ali / ali / gem5-master / aarch-system-20180409 /
> binaries / vmlinux.vexpress_gem5_v1_64 --dtb = / media / ali / ali /
> gem5-master / aarch-system-20180409 / binaries /
> armv8_gem5_v1_big_little_2_2.dtb --bootscript = / home / ali / desktop /
> rcs_file / parsec_rcs / hello.rcS - caches
>
> the execution of the kernel it works normal but when it passes the stage of
> execution of the hello I found this result:
>
> / tmp / script: line 3: cd: / home / root / parsec: No such file or
> directory
> /
> / tmp / script: line 5: ./hello: No such file or directory
>
> despite I added the binary hello to the linaro image.
>
> please if you have an idea to solve the problem.
>
> here is my file system.terminal:
>
> thanks advance.
>
> com_.
>
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to