[Disksim-users] Disksim-users Digest, Vol 92, Issue 3

Kaiwalya Khasnis kaiwalyakhasnis57 at gmail.com
Tue Aug 27 05:15:59 EDT 2013


hello saeedeh alinezhad,
1)i had already did that patching successfully,and i solved the problem
arises after patching (math.h problem eg undefined reference to 'sqrt' etc)
by making some changes to makefiles(adjusting -lm argument) .i got the
mention error after doing these things
plz help

hello saeed ghasemi
thnx for your your suggestion i will try it on ubuntu 10.04 ,if possible
could u tell exact version of GCC,FLEX and BISON i should use.
currently i am using gcc(4.6.3),flex(2.5.35) and bison(2.5)
plz help




On Mon, Aug 26, 2013 at 9:30 PM, <disksim-users-request at ece.cmu.edu> wrote:

> Send Disksim-users mailing list submissions to
>         disksim-users at ece.cmu.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
> or, via email, send a message with subject or body 'help' to
>         disksim-users-request at ece.cmu.edu
>
> You can reach the person managing the list at
>         disksim-users-owner at ece.cmu.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Disksim-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Disksim-users Digest, Vol 92, Issue 2 (saeedeh alinezhad)
>    2. Re: Disksim-users Digest, Vol 92, Issue 2 (saeed ghasemi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 25 Aug 2013 23:25:42 +0430
> From: saeedeh alinezhad <salinezhad at gmail.com>
> Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2
> To: disksim-users at ece.cmu.edu
> Message-ID:
>         <CADSc4SwSD5s4u4z=
> FuPJH-bG6D_bRNOs3B7+mW48DQbRdCNHwg at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> are you sure you follow the instruction (readme file) in the SSD extension
> folder?
>
> 1- Apply this add-on by unpacking the enclosed into the ssdmodel
> subdirectory of the DiskSim source tree (so as to be *parallel* to
> memsmodel, etc.)
>
> 2-  Then run the following patch script.
>     patch -p1 < ssdmodel/ssd-patch
>
> 3- make (make clean)
>
>
>
>
> On Sun, Aug 25, 2013 at 8:30 PM, <disksim-users-request at ece.cmu.edu>
> wrote:
>
> > Send Disksim-users mailing list submissions to
> >         disksim-users at ece.cmu.edu
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
> > or, via email, send a message with subject or body 'help' to
> >         disksim-users-request at ece.cmu.edu
> >
> > You can reach the person managing the list at
> >         disksim-users-owner at ece.cmu.edu
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Disksim-users digest..."
> >
> >
> > Today's Topics:
> >
> >    1. disksim 4.0 + ssd extension compilation problem (Kaiwalya Khasnis)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sun, 25 Aug 2013 10:05:41 +0530
> > From: Kaiwalya Khasnis <kaiwalyakhasnis57 at gmail.com>
> > Subject: [Disksim-users] disksim 4.0 + ssd extension compilation
> >         problem
> > To: disksim-users at ece.cmu.edu
> > Message-ID:
> >         <CAAA2267wAj7toSu2aa4beZF_aJV4aa6faew7bij=
> > M-CmswdP6A at mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > ubuntu 12.04 32 bit
> > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
> >
> > got the following error plz help
> >
> > awaiting for reply
> >
> > root at kk-HP-630-Notebook-PC:/home/kk/disksim-4.0# make
> > make -C libddbg
> > make[1]: Entering directory `/home/kk/disksim-4.0/libddbg'
> > mkdir -p include/libddbg lib
> > cp -p libddbg.h include/libddbg
> > cp -p libddbg.a lib
> > make[1]: Leaving directory `/home/kk/disksim-4.0/libddbg'
> > make -C libparam
> > make[1]: Entering directory `/home/kk/disksim-4.0/libparam'
> > mkdir -p lib include/libparam
> > cp -p libparam.a lib
> > cp -p bitvector.h libparam.h include/libparam
> > make[1]: Leaving directory `/home/kk/disksim-4.0/libparam'
> > make -C diskmodel
> > make[1]: Entering directory `/home/kk/disksim-4.0/diskmodel'
> > make -C tests
> > make[2]: Entering directory `/home/kk/disksim-4.0/diskmodel/tests'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory `/home/kk/disksim-4.0/diskmodel/tests'
> > make[1]: Leaving directory `/home/kk/disksim-4.0/diskmodel'
> > make -C memsmodel
> > make[1]: Entering directory `/home/kk/disksim-4.0/memsmodel'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/kk/disksim-4.0/memsmodel'
> > make -C ssdmodel
> > make[1]: Entering directory `/home/kk/disksim-4.0/ssdmodel'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leaving directory `/home/kk/disksim-4.0/ssdmodel'
> > make -C src
> > make[1]: Entering directory `/home/kk/disksim-4.0/src'
> > gcc -Wall -Wno-unused -MD -I. -I../diskmodel/include
> -I../libparam/include
> > -I../libddbg/include -g -DASSERTS   -I../memsmodel/include
> > -I../ssdmodel/include -D_INLINE  -o disksim disksim_main.o -L -lm.
> > -ldisksim -L../diskmodel/lib -ldiskmodel -L../memsmodel/lib -lmemsmodel
> > -L../ssdmodel/lib -lssdmodel -L../libparam/lib -lparam -L../libddbg/lib
> > -lddbg
> > /usr/bin/ld: cannot find -ldisksim
> > collect2: ld returned 1 exit status
> > make[1]: *** [disksim] Error 1
> > make[1]: Leaving directory `/home/kk/disksim-4.0/src'
> > make: *** [all] Error 2
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> >
> http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/d38627df/attachment-0001.html
> > >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Disksim-users mailing list
> > Disksim-users at ece.cmu.edu
> > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
> >
> >
> > End of Disksim-users Digest, Vol 92, Issue 2
> > ********************************************
> >
>
>
>
> --
> Regards,
> Saeideh Alinezhad
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130825/2998f3d0/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Mon, 26 Aug 2013 06:35:31 +0430
> From: saeed ghasemi <ghasemi.saeed at gmail.com>
> Subject: Re: [Disksim-users] Disksim-users Digest, Vol 92, Issue 2
> To: disksim-users at ece.cmu.edu
> Message-ID:
>         <CACmTNrS4o_im=oHWHwpN=
> VNgJsNRnM17rrArTeHBQGtL2uW8BQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Sun, Aug 25, 2013 at 8:30 PM, <disksim-users-request at ece.cmu.edu>
> wrote:
>
> >    1. disksim 4.0 + ssd extension compilation problem (Kaiwalya Khasnis)
> >
>
> to install disksim, you must install ubuntu 10.4
>
>
> --
>                    Regards, Saeed Ghasemi
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20130826/ea5da6e9/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> Disksim-users mailing list
> Disksim-users at ece.cmu.edu
> https://sos.ece.cmu.edu/mailman/listinfo/disksim-users
>
>
> End of Disksim-users Digest, Vol 92, Issue 3
> ********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/disksim-users/attachments/20130827/8491a8e8/attachment.html>


More information about the Disksim-users mailing list