summaryrefslogtreecommitdiffstats
path: root/SD-VBS/portability
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/portability')
-rw-r--r--SD-VBS/portability/portability.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/SD-VBS/portability/portability.txt b/SD-VBS/portability/portability.txt
new file mode 100644
index 0000000..19335de
--- /dev/null
+++ b/SD-VBS/portability/portability.txt
@@ -0,0 +1,25 @@
1The SD-VBS suite is designed to be portable across different platforms. If you would like
2port it, you need to set appropriate platform specific commands.
3
4By default, SD-VBS is set to the x86-64 bit architecture for the Linux operating system. The platform
5specific commands for this configuration can be found in SD-VBS/Portability/386-gcc.h. This configuration
6file is included in SD-VBS/Makefile.common.
7
8To change the platform specific commands:
91. Modify/Add <Architecture>-gcc.h file appropriately
102. Include <Architecture>-gcc.h file in SD-VBS/Makefile.common
11
12We have included a few sample configuration files in SD-VBS/Portability directory.
13These correspond to:
14
151. x386 architecture, 32-64 bit
163. SPARC architecture, 32-64 bit
17
18Note:
19
20SD-VBS has been tested on x86 32-bit and 64-bit architectures. If the user encounters undesired behavior
21while running the SD-VBS on other platforms, please report the bugs to:
22
23Sravanthi Kota Venkata: <skotavenkata@cs.ucsd.edu>
24
25