Re: [gem5-users] how to compile hello.c of the linaro image with "Cross-Compile" and execute it in gem5.

2018-05-14 Thread commerce _com
hi;
yes i compiled hello.c by cross compiler in my ubuntu operating system, and
i copied it in the linaro image but is there a script (- bootscript) to run
the binary hello in fs_fig.LITTLE mode, or how to run it;

thanks;

2018-05-14 15:15 GMT+02:00 조해윤 :

> First, cross compile hello.c. It is not dependent on gem5.
>
> Second, mount the linaro image and copy the binary file.
> For example,
>
> mount -oloop,offset=32256 /tmp/linaro.img /mnt
>
> Finally, run the FS simluation.
> http://gem5.org/Running_gem5
>
>
> 2018-05-13 20:28 GMT+09:00 commerce _com :
>
>> hi all;
>>
>> please help me I am beginner with gem5 ;
>>
>> how to compile hello.c of the linaro image with "Cross-Compile" and
>> execute it in gem5.
>>
>> thanks;
>>
>> ___
>> 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
>
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] how to compile hello.c of the linaro image with "Cross-Compile" and execute it in gem5.

2018-05-14 Thread 조해윤
First, cross compile hello.c. It is not dependent on gem5.

Second, mount the linaro image and copy the binary file.
For example,

mount -oloop,offset=32256 /tmp/linaro.img /mnt

Finally, run the FS simluation.
http://gem5.org/Running_gem5


2018-05-13 20:28 GMT+09:00 commerce _com :

> hi all;
>
> please help me I am beginner with gem5 ;
>
> how to compile hello.c of the linaro image with "Cross-Compile" and
> execute it in gem5.
>
> thanks;
>
> ___
> 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

[gem5-users] how to compile hello.c of the linaro image with "Cross-Compile" and execute it in gem5.

2018-05-13 Thread commerce _com
hi all;

please help me I am beginner with gem5 ;

how to compile hello.c of the linaro image with "Cross-Compile" and execute
it in gem5.

thanks;
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users