From 79f30887129145e15e5172e36a7d7602859fc932 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Tue, 20 Oct 2020 03:07:47 -0400 Subject: ignore rules changed ignore rules change ignore rules changed --- SD-VBS/portability/portability.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SD-VBS/portability/portability.txt (limited to 'SD-VBS/portability') 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 @@ +The SD-VBS suite is designed to be portable across different platforms. If you would like +port it, you need to set appropriate platform specific commands. + +By default, SD-VBS is set to the x86-64 bit architecture for the Linux operating system. The platform +specific commands for this configuration can be found in SD-VBS/Portability/386-gcc.h. This configuration +file is included in SD-VBS/Makefile.common. + +To change the platform specific commands: +1. Modify/Add -gcc.h file appropriately +2. Include -gcc.h file in SD-VBS/Makefile.common + +We have included a few sample configuration files in SD-VBS/Portability directory. +These correspond to: + +1. x386 architecture, 32-64 bit +3. SPARC architecture, 32-64 bit + +Note: + +SD-VBS has been tested on x86 32-bit and 64-bit architectures. If the user encounters undesired behavior +while running the SD-VBS on other platforms, please report the bugs to: + +Sravanthi Kota Venkata: + + -- cgit v1.2.2