I need low level help on setting up my environment for nestedvm. I need to interface an algorithm that my professor wrote in c code with a webpage that I need to build in java. I think NVM will be my best option but I am not sure it will work because I am unable to get my environment set up correctly. At this point I am willing to pay someone who can assist me since I am a bit out of my element (not a C or Linux guy).
Thanks,
Dave Boston
Enterprise Field Operations Region 5, AZ
M,W,F 12 PM to 8 PM
T 12 PM to 5 PM
TH 8 AM to 8 PM
·Desk: 602.328.2260
-Mobile 602.358.5404
This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.
Don't worry about paying anybody. We're all willing to help for free,
but we'll need some more details on what is going wrong. Did you get
darcs installed? Your distribution probably has a darcs package you can
install, or if you're using windows there are binaries on darcs.net.
-Brian
-Brian
--
Sent from my iPhone
On Sep 18, 2008, at 5:40 PM, <david....@wellsfargo.com> wrote:
> I am using cygwin on windows xp. I am following the
> CygwinBuildingGuide
> found on your great site:
> http://wiki.brianweb.net/NestedVM/CygwinBuildingGuide
> On step 2 of how to get started I downloaded darcs2.0.2 from darcs.net
> and untared it into the bin directory of my cygwin application, like I
> think it says in step 3.3.
> I made sure the path was set
> When I run make I get a few errors:
> "
> david.a.boston@DTC0D0065D710A0 ~/my documents/aco499ccode/nestedvm
> $ make
> make -C upstream tasks/build_darcs_classgen usr="/cygdrive/h/my
> documents/aco499
> ccode/nestedvm/upstream/install" \
> MIPS_CFLAGS="-O3 -mmemcpy -ffunction-sections
> -fdata-sections -f
> align-functions=512 -fno-rename-registers -fno-schedule-insns
> -fno-delayed-branc
> h -freduce-all-givs -march=mips1 -I. -Wall -Wno-unused" \
> MIPS_PCFLAGS="-O3 -mmemcpy -ffunction-sections
> -fdata-sections -
> falign-functions=512 -fno-rename-registers -fno-schedule-insns
> -fno-delayed-bran
> ch -freduce-all-givs -march=mips1 -I. -Wall -Wno-unused --big-
> endian" \
> MIPS_LDFLAGS="-march=mips1 --static -Wl,--gc-sections"
> make[1]: Entering directory `/cygdrive/h/my
> documents/aco499ccode/nestedvm/upstr
> eam'
> if [ -e tasks/extract_darcs_classgen ]; then echo "Error:
> tasks/extract_darcs_cl
> assgen exists. something isn't right"; false; else true; fi
> mkdir -p build
> if [ -z "http://darcs.brianweb.net/classgen" ]; then echo "No darcs
> url
> for clas
> sgen" >&2; false; fi
> if [ -d "/cygdrive/h/my documents/aco499ccode/nestedvm/_darcs" ];
> then \
> cd build && darcs get --repo-name="classgen" --verbose
> "http://d
> arcs.brianweb.net/classgen"; \
> else \
> mkdir -p "build/classgen" && cd "build/classgen"; \
> wget -nH -rl 16 -N -X _darcs
> http://darcs.brianweb.net/classgen;
> \
> fi
> /bin/sh: line 1: darcs: command not found
> make[1]: *** [tasks/extract_darcs_classgen] Error 127
> make[1]: Leaving directory `/cygdrive/h/my
> documents/aco499ccode/nestedvm/upstre
> am'
> make: *** [upstream/tasks/build_darcs_classgen] Error 2
>
> david.a.boston@DTC0D0065D710A0 ~/my documents/aco499ccode/nestedvm
> $
> "
> Yikes!
>
> Dave Boston
> Enterprise Field Operations Region 5, AZ
> *Desk: 602.328.2260
> -Mobile 602.358.5404
> This message may contain confidential and/or privileged information.
> If
> you are not the addressee or authorized to receive this for the
> addressee, you must not use, copy, disclose, or take any action
> based on
> this message or any information herein. If you have received this
> message in error, please advise the sender immediately by reply e-mail
> and delete this message. Thank you for your cooperation.
>