[okl4-developer] how to generate the [name]_client.h ?
유호철
hcyoo at cuwave.co.kr
Thu May 15 16:02:01 EST 2008
Hi.
I am HoChul Yoo from Korea.
I am trying to make Iguana server for test.
To make Iguana test server, doing follow step.
[1] make directory -> ./iguana/cuwave
Write [ ./iguana/cuwave/src/main.c] / [./Iguana/cuwave/SConscript]
[2] make directory -> ./libs/cuwave
Write [
./libs/cuwave/include/cuwave.h]/[./libs/cuwave/include/interfaces/cuwave/cuwave.idl4]
[ ./libs/cuwace/src/cuwave.c]
[3] Add the follow section at the [ project/iguana/SConscript].
(cuwave_lib, cuwave_headers, cuwave_servers) =
ig_env.Package("libs/cuwave")
iguana_cuwave = ig_env.Package("iguana/cuwave", idl_server_headers =
cuwave_headers,
idl_server_src =
cuwave_servers)
apps += [iguana_cuwave]
[4] Result of above step, I success kernel compile and confirm the test
server operation.
[5] Problem is this ->
When kernel compile, If option of compile command is wombat= True
[/build/include/interfaces] <- All server has the
[server_name]_client.h
But If option of compile command is wombat= False
[/build/include/interfaces] <- [serial_client.h ][cuwave_client.h]
file not generated.
[6] I want to access serial server at test server using cuwave_client.h
header file. So I need client.h header.
In case wombat=False compile mode, To generate cuwave_client.h -> How
doing??
Thanks in advance
Hochul.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080515/9e1ee61a/attachment.htm
More information about the Developer
mailing list