diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 03:07:47 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-20 03:14:04 -0400 |
| commit | 79f30887129145e15e5172e36a7d7602859fc932 (patch) | |
| tree | 8f7e011db3477ccf8e1c1488ff2574d186b6708d /SD-VBS/portability | |
| parent | 611d48aba30d12419d8a8a0d29aefde4d5b1f9fc (diff) | |
ignore rules changed
ignore rules change
ignore rules changed
Diffstat (limited to 'SD-VBS/portability')
| -rw-r--r-- | SD-VBS/portability/portability.txt | 25 |
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 @@ | |||
| 1 | The SD-VBS suite is designed to be portable across different platforms. If you would like | ||
| 2 | port it, you need to set appropriate platform specific commands. | ||
| 3 | |||
| 4 | By default, SD-VBS is set to the x86-64 bit architecture for the Linux operating system. The platform | ||
| 5 | specific commands for this configuration can be found in SD-VBS/Portability/386-gcc.h. This configuration | ||
| 6 | file is included in SD-VBS/Makefile.common. | ||
| 7 | |||
| 8 | To change the platform specific commands: | ||
| 9 | 1. Modify/Add <Architecture>-gcc.h file appropriately | ||
| 10 | 2. Include <Architecture>-gcc.h file in SD-VBS/Makefile.common | ||
| 11 | |||
| 12 | We have included a few sample configuration files in SD-VBS/Portability directory. | ||
| 13 | These correspond to: | ||
| 14 | |||
| 15 | 1. x386 architecture, 32-64 bit | ||
| 16 | 3. SPARC architecture, 32-64 bit | ||
| 17 | |||
| 18 | Note: | ||
| 19 | |||
| 20 | SD-VBS has been tested on x86 32-bit and 64-bit architectures. If the user encounters undesired behavior | ||
| 21 | while running the SD-VBS on other platforms, please report the bugs to: | ||
| 22 | |||
| 23 | Sravanthi Kota Venkata: <skotavenkata@cs.ucsd.edu> | ||
| 24 | |||
| 25 | |||
