Hi,
I'm now trying to add my own library, and have tried adding the files as part of 'base'. Every time I try to build Genode, i keep getting messages pertaining to undefined references to functions that i have implemented. How do i go about incorporating the files i've written as part of 'base'? I'm sure i've missed something....
Thanks Peter
Just a point to add, i'm referring to the cc files i've written. In terms of layout, i added a folder called 'sampling' in the 'base/include' directory, and i have added another 'sampling' folder in the 'base/src/base' directory.
Peter Nguyen wrote:
Hi,
I'm now trying to add my own library, and have tried adding the files as part of 'base'. Every time I try to build Genode, i keep getting messages pertaining to undefined references to functions that i have implemented. How do i go about incorporating the files i've written as part of 'base'? I'm sure i've missed something....
Thanks Peter
Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Hello Peter,
I suggest to read doc/getting_started.txt Section "Creating targets and libraries" and start from an existing library, e.g., base/lib/mk/elf.mk. Creating libs for Genode is really easy ;-)
Regards