Re: [U-Boot] How to create a library with already built library

2013-07-24 Thread Julyberry
Thanks. I was able to link the target by modifying the main Makefile. I will look for how to subscribe the other mailing list. -- View this message in context: http://u-boot.10912.n7.nabble.com/How-to-create-a-library-with-already-built-library-tp159486p159977.html Sent from the U-Boot mailin

Re: [U-Boot] How to create a library with already built library

2013-07-17 Thread Albert ARIBAUD
Hi Julyberry, On Wed, 17 Jul 2013 10:52:41 -0700 (PDT), Julyberry wrote: > Thanks for the reply. > > Could you help with find the Makefile where it links the already built > library? > > I tried to modify the main Makefile but it looks it tries to generate the > library. Well, you can get hel

Re: [U-Boot] How to create a library with already built library

2013-07-17 Thread Julyberry
Thanks for the reply. Could you help with find the Makefile where it links the already built library? I tried to modify the main Makefile but it looks it tries to generate the library. Thanks, -- View this message in context: http://u-boot.10912.n7.nabble.com/How-to-create-a-library-with-alr

Re: [U-Boot] How to create a library with already built library

2013-07-17 Thread Albert ARIBAUD
Hi Julyberry, On Tue, 16 Jul 2013 15:24:16 -0700 (PDT), Julyberry wrote: > Hello, > > I am new to U-Boot and try to add some codes for implementing some logic as > a feature. This entry routine of this new code will be called from main_loop > in common. > > To achieve this, there are some new

[U-Boot] How to create a library with already built library

2013-07-16 Thread Julyberry
Hello, I am new to U-Boot and try to add some codes for implementing some logic as a feature. This entry routine of this new code will be called from main_loop in common. To achieve this, there are some new codes that I am adding to u-boot/lib/libua(new folder) and I also need to link an already