ACE reference: Difference between revisions

From Bitpost wiki
(Created page with "== Getting == # Get the three layers ## Michael M's ftp consists of four files ## My pull from nightly server consists of three? files? == Building == # install base via se...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
## My pull from nightly server consists of three? files?
## My pull from nightly server consists of three? files?


== Building ==
== Installing ==


# install base via setups
# install base via setups
Line 11: Line 11:
# install files for NRSC layer
# install files for NRSC layer
# install files for customer layer
# install files for customer layer
== Building ==
# command prompt 1:
## aceenv grover c: c: tbbby2g01
## rundds
## nmak
## cd ..\..\nt\obj
## del *.obj
## nmak
## make -f makefile.gen alltargets
## make -f makefile.ace all_exes
# command prompt 2:
## aceenv grover c: c: tbbby2g01 bbby2g01
## rundds
## cmak
## cd ..\..\nt\obj
## del *.obj
## cmak
## make -f makefile.gen alltargets
## make -f makefile.ace all_exes
## or just terminal: make -f jsifts10.mak jsifts10.exe

Latest revision as of 16:23, 17 March 2015

Getting

  1. Get the three layers
    1. Michael M's ftp consists of four files
    2. My pull from nightly server consists of three? files?

Installing

  1. install base via setups
    1. there are three setups and one zip
  2. install files for NRSC layer
  3. install files for customer layer

Building

  1. command prompt 1:
    1. aceenv grover c: c: tbbby2g01
    2. rundds
    3. nmak
    4. cd ..\..\nt\obj
    5. del *.obj
    6. nmak
    7. make -f makefile.gen alltargets
    8. make -f makefile.ace all_exes
  2. command prompt 2:
    1. aceenv grover c: c: tbbby2g01 bbby2g01
    2. rundds
    3. cmak
    4. cd ..\..\nt\obj
    5. del *.obj
    6. cmak
    7. make -f makefile.gen alltargets
    8. make -f makefile.ace all_exes
    9. or just terminal: make -f jsifts10.mak jsifts10.exe