OpenCores
URL https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk

Subversion Repositories oms8051mini

[/] [oms8051mini/] [trunk/] [env/] [setup.csh] - Blame information for rev 21

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dinesha
#!/bin/csh
2
 
3
####### finding the machine architecture ###########
4
#### we have a choice between 32-bit and 64-bit machines
5
### select the binaries according to the machines, by setting
6
### the coressponding environment variables.
7
#########################################
8
if ( -x /bin/uname ) then
9
  set p600_uplat = `/bin/uname -m`
10
else if ( -x /usr/bin/uname ) then
11
  set p600_uplat = `/usr/bin/uname -m`
12
else
13
  echo "**** ERROR: Failed to get path for uname on SunOS or Linux ***"
14
  exit
15
endif
16
##################################################
17
 
18
 
19
 
20
set path = (/home/dinesha/download/sdcc/bin $path)
21
 
22
if (-d $OMS8051_PROJ) then
23
 
24
 
25
else
26
   echo "OMS8051_PROJ needs to be set"
27
endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.