Re: [gem5-users] Busybox on ARM SE mode

2020-04-09 Thread Ciro Santilli
There is an implemented syscall (setgid), you have to either implement
it, or ignore it (grep and modify the source there are many already
ignored) if that is not likely to matter. See also:
https://stackoverflow.com/questions/51256193/missing-syscalls-in-gem5-arm

On Thu, Apr 9, 2020 at 2:02 AM ABD ALRHMAN ABO ALKHEEL
 wrote:
>
> Hi All,
>
> I want to run sha256sum using busybox as in the command below but i git the 
> following error. Any help would be appreciated.
>
> The error:
> Global frequency set at 1 ticks per second
> warn: DRAM device capacity (8192 Mbytes) does not match the address range 
> assigned (512 Mbytes)
> 0: system.remote_gdb: listening for remote gdb on port 7000
>  REAL SIMULATION 
> info: Entering event queue @ 0.  Starting simulation...
> generateDisassembly
> warn: CP14 unimplemented crn[14], opc1[7], crm[15], opc2[7]
> fatal: syscall setgid (#214) unimplemented.
> Memory Usage: 721244 KBytes
>
>
>
> The command:
>
> build/ARM/gem5.opt configs/example/se.py -I 10 -c 
> /home/abdkhail/Downloads/busybox-android/busybox-android -o 'sha256sum 
> test.txt' --cpu-type=DerivO3CPU --caches
>
>
> ___
> 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] Busybox on ARM SE mode

2020-04-08 Thread ABD ALRHMAN ABO ALKHEEL
Hi All,

I want to run sha256sum using busybox as in the command below but i git the 
following error. Any help would be appreciated.

The error:
Global frequency set at 1 ticks per second
warn: DRAM device capacity (8192 Mbytes) does not match the address range 
assigned (512 Mbytes)
0: system.remote_gdb: listening for remote gdb on port 7000
 REAL SIMULATION 
info: Entering event queue @ 0.  Starting simulation...
generateDisassembly
warn: CP14 unimplemented crn[14], opc1[7], crm[15], opc2[7]
fatal: syscall setgid (#214) unimplemented.
Memory Usage: 721244 KBytes



The command:

build/ARM/gem5.opt configs/example/se.py -I 10 -c 
/home/abdkhail/Downloads/busybox-android/busybox-android -o 'sha256sum 
test.txt' --cpu-type=DerivO3CPU --caches


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