On Tuesday 20 April 2010 15:25:21 shivpratap chauhan wrote:
> Again i got issue got fixed by this change:
> [...@python libdrv]$ git diff .
> diff --git a/libs/services/libdrv/Makefile b/libs/services/libdrv/Makefile
> index e90aefe..6c2cb9d 100644
> --- a/libs/services/libdrv/Makefile
> +++ b/libs/services/libdrv/Makefile
> @@ -10,7 +10,7 @@ include ../../../defaults.mk
> 
>  LIBNAME = libdrv
>  DEF_CFLAGS += -Iinclude -I$(CURDIR)/build/usr/include -I../include
>  -include ../
> -LIBS = -L$(CURDIR)/build/lib -lmisc -lpthread -lc
> +LIBS = -L$(CURDIR)/build/lib -lpthread -lc
> 

Ok, i've patched.

>  SOURCES = dma.c ievent.c irq.c dev_serv.c osdep.c serv_prot.c
> 
> On Tue, Apr 20, 2010 at 3:53 PM, Alfeiks <[email protected]> wrote:
> > hi,
> >
> > please update jari_os.git repo, and try again (some fixes came), it
> > should works.
> >
> > thanks.
> >
> > On Tue, Apr 20, 2010 at 03:07:42PM +0530, shivpratap chauhan wrote:
> > > On Tue, Apr 20, 2010 at 2:36 PM, Alfeiks <[email protected]> wrote:
> > > > hi,
> > > >
> > > > On Tue, Apr 20, 2010 at 02:24:34PM +0530, shivpratap chauhan wrote:
> > > > > I got error:
> > > > >
> > > > > [BTSD] Executing module 'mpchange:/sbin/vfsctrl.static' with 2
> >
> > params.
> >
> > > > > [ELF] Invalid ELF header in library !
> > > > > [ELF] Failed to lookup already cached library (cache id=5) !
> > > > > [ELF] Failed to lookup already cached library (cache id=5) !
> > > > > [ELF] Failed to load shared libraries for ELF program ! r=-22
> > > > > [ProcMgr] Failed to reincarnate 10. Terminating it.
> > > >
> > > > hm, looks like you missed some point in build and installation.
> > > >
> > > > > And more points:
> > > > >
> > > > > 1. actually I deleted all files from build directory...and got
> >
> > following
> >
> > > > > linker error...i think in makefiles we provded $(CURDIR)/build/lib
> > > > > as library path for gcc....
> > > >
> > > > yep
> > > >
> > > > > /home/spc/jari_os/toolchain/host/bin/amd64-linux-gnu-ld: cannot
> > > > > find
> > > >
> > > > -lipcv
> > > >
> > > > > make[1]: *** [libdrv.so] Error 1
> > > > > make[1]: Leaving directory `/home/spc/jari_os/libs/services/libdrv'
> > > > >
> > > > > As you mentioned in previous mail is also not helping out;
> > > > >
> > > > > > > Type 'make menuconfig'. Set up the checkbox 'Base
> > > > > > > system/Service libraries/Library of IPC containers'
> > > >
> > > > try to make clean and make again ..
> > >
> > > I done it several time....but its not working geting same issue...
> > > /home/spc/jari_os/toolchain/host/bin/amd64-linux-gnu-ld: cannot find
> >
> > -lipcv
> >
> > > make[1]: *** [libdrv.so] Error 1
> > > make[1]: Leaving directory `/home/spc/jari_os/libs/services/libdrv'
> > > make: *** [sys_libs] Error 2
> > >
> > > all this happened after deletion of build directory though i created it
> > > again make build_dir.
> > > when i do make....and got above error..i could not find
> > > build/lib/libipcv
> > >
> > > Please send your .config file in attachment,
> > >
> > > see attached .config file
> > >
> > > > also - did you read README file ? it might be you missed some step.
> > >
> > > Yes I followed it.
> > >
> > > > > 2. and when i do make clean still all files are there in build
> > > >
> > > > dir...should
> > > >
> > > > > not it clean $(CURDIR)/build/lib ?
> > > > >
> > > > > 3. I tried building make gen_libs still it doesnt help :( got above
> > > > > error..it seems i am not able to build libipcv because of soem mis
> > > >
> > > > aligned
> > > >
> > > > > depedencies...
> > > > >
> > > > > Thanks,
> > > > > Shiv
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Apr 20, 2010 at 1:08 PM, Alfeiks <[email protected]>
> >
> > wrote:
> > > > > > hi,
> > > > > >
> > > > > > On Tue, Apr 20, 2010 at 01:02:01PM +0530, shivpratap chauhan 
wrote:
> > > > > > > this vmuielf kernel still we will get from old repo git://
> > > > > > > rep.jarios.org/muistring.git?
> > > > > >
> > > > > > yep, right ...
> > > > > >
> > > > > > > On Tue, Apr 20, 2010 at 12:06 PM, Dmitry Gromada <
> >
> > [email protected]
> >
> > > > > > wrote:
> > > > > > > > On Tuesday 20 April 2010 10:21:12 shivpratap chauhan wrote:
> > > > > > > > > Ok. now im getting error:
> > > > > > > > > make[1]: Entering directory
> > > >
> > > > `/home/spc/jari_os/libs/services/libdrv'
> > > >
> > > > > > > > > [LD]    libdrv.so
> > > > > > > > > /home/spc/jari_os/toolchain/host/bin/amd64-linux-gnu-ld:
> >
> > cannot
> >
> > > > find
> > > >
> > > > > > > > -lipcv
> > > > > > > >
> > > > > > > > > make[1]: *** [libdrv.so] Error 1
> > > > > > > > > make[1]: Leaving directory
> > > >
> > > > `/home/spc/jari_os/libs/services/libdrv'
> > > >
> > > > > > > > > make: *** [sys_libs] Error 2
> > > > > > > > >
> > > > > > > > > where to find for ipcv lib?
> > > > > > > >
> > > > > > > > Type 'make menuconfig'. Set up the checkbox 'Base
> >
> > system/Service
> >
> > > > > > > > libraries/Library of IPC containers'
> > > > > > > >
> > > > > > > > > -Shiv
> > > > > > > > >
> > > > > > > > > On Tue, Apr 20, 2010 at 2:13 AM, Alfeiks Kaanoken
> > > > > > > >
> > > > > > > > <[email protected]>wrote:
> > > > > > > > > > >There is some mess up with git clone
> > > > > > > > > > >git://rep.jarios.org/core_servers.gitall source files
> > > > > > > > > > > are
> > > >
> > > > missing
> > > >
> > > > > > :(
> > > > > > :
> > > > > > > > > > >can you please verify it?
> > > > > > > > > >
> > > > > > > > > > yep, all code moved to the git://
> >
> > rep.jarios.org/jari_os.git
> >
> > > > > > > > > > we're using this repo now, you will find readme and more
> > > > > > > > > > there.
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Alfeiks KaƤnoken,
> > > > > > > > > > Team Lead of the
> > > > > > > > > > Jari OS R&D Team.
> > > > > > > > > > http://jarios.org
> > > > > > > > > > Free open-source
> > > > > > > > > > microkernel-based
> > > > > > > > > > multiservice RTOS
> > > > > > > >
> > > > > > > > Best regards,
> > > > > > > > Dmitry Gromada
> > > > > >
> > > > > > _______________________________________________
> > > > > > Jarios-dev mailing list
> > > > > > [email protected]
> > > > > > http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
> > > >
> > > > _______________________________________________
> > > > Jarios-dev mailing list
> > > > [email protected]
> > > > http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
> >
> > _______________________________________________
> > Jarios-dev mailing list
> > [email protected]
> > http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
> 


Best regards,
Dmitry Gromada
_______________________________________________
Jarios-dev mailing list
[email protected]
http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev

Reply via email to