Hi Michael,
On 31.10.20 12:21, Michael Grunditz wrote:
Hi!
I am trying to bringup Genode/Linux on aarch64. I have ported the syscall*.S files. But many of the SYS_ defines areen't defined, SYS_ioperm for example. I checked with x86_64 and it built.
In both x86_64 and aarch64 it isn't defined in toolchain or Genode. In system includes both platforms has a #Ifdef __NR_ etc. But neither of the systems define that.
I'm currently trying to work with the armhf version and 'SYS_ioperm' was missing as well. Since the 'lx_ioperm()' function appeared to be unused, I removed it. Also, the 'run/log' test didn't output anything at first and it turned out that I had to add 'BOARD_RUN_OPT(linux) = --include power_on/linux --include log/linux' in 'build/arm_v7a/etc/build.conf' first.
Christian