Skip to content

mrunix/gobinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobinder

A Binder IPC for go lang

Use swig to generate a golang interface, GCCGO only. see https://github.com/mrunix/gobinder/blob/master/Makefile

tested on PowerPC platform.

If port to another platform, should modify Makefile


TOOLCHAIN_PREFIX := powerpc-linux-gnu-

SWIG_FLAGS  = -go -gccgo -intgosize 32
CFLAGS      = -DBINDER_IPC_32BIT -I$(CURDIR)/gobinder

###-intgosize 32 32bit CPU

###-intgosize 64 64bit CPU

###-DBINDER_IPC_32BIT Binder Protocol Version 7

About

A Binder IPC for go lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published