arunpm
arunpm

Reputation: 1

Issue in adding syscalls in Android libc

Please help. I'm working with Android marshmallow (6.0) source code and I need a linux message queue and shared memory related system call support for an application to port. Formerly I was using Kitkat source code and in that it was working.

The steps I did for that is:

  1. Added syscalls in /BSP/Bionic/libc/SYSCALLS.TXT
  2. Generated asm stubs using gensyscalls.py script.
  3. Compiled without error libc but the libc.so generated is not containing the added symbols.

Thanks in advance.

Syscalls added in /BSP/Bionic/libc/SYSCALLS.TXT:

Upvotes: 0

Views: 403

Answers (0)

Related Questions