Hi Norman, 
After I lot of man hour work, I had some success to build first part.
However, I had to get rid of some functionalities cause I was not able to link 
to a Genode library.
Things like:- ./build/foc_x86_64/l4/include/uclibc/sys/shm.h- 
./build/foc_x86_64/var/libcache/lxip/include/include/include/linux/aio.h
>From the standard Genode build system, such includes cannot be found.
If I try to include (INC_DIR +=) a lot of side effects appear.
For that reason, I had to disable (through standard ACE defines like 
ACE_LACKS_SYS_SHM_H) such expected features.
After I finally succeded to build the ACE lib, I got link errors trying to 
build an app / tool.
For example: pthread.
Even though I enabled it in LIBS, in the linking phase a I get errors 
like:undefined reference to `pthread_rwlockattr_destroy'
I saw it is defined in:build/foc_x86_64/l4/include/uclibc/pthread.h:
The problem is that this 
I am getting many others similar problems like:undefined reference to 
`obj_config_dde'
How do I treat such sort of problem?
Hope it is not yet necessary to have the files / environment.
If it is, I believe I have a working repos to start sharing.
Regards,
        Roger                                     
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to