byuccl / RapidSmith2

RapidSmith2 - the Vivado successor to RapidSmith. Released Jan 4, 2017.
Other
41 stars 13 forks source link

Unable to verify my Rapidsmith installation #387

Open sandeeprpandey opened 4 years ago

sandeeprpandey commented 4 years ago

Dear all, I tried to install Rapidsmith2 using the "TechReport.pdf" TechReport.pdf I could finish 3.1.2 i.e steps for installation given in the "TechReport.pdf". I am using Eclipse (Version: 2020-03 (4.15.0) Build id: 20200313-1211).

image

Following is the configuration in Eclipse(run configurations): image

image

image

image

When i click the run button, i get following error:

error

I am doing this all for the first time. Please excuse me and help if possible. I am using windows 10.

trharoldsen commented 4 years ago

I think you are using the 64 bit version of Java. Unfortunately, on windows, only the 32 bit version of qtjambi library was ever built so you'll need to use a 32 bit version of Java.

On Fri, May 8, 2020 at 11:36 AM sandeeprpandey notifications@github.com wrote:

Dear all, I tried to install Rapidsmith2 using the "TechReport.pdf" TechReport.pdf https://github.com/byuccl/RapidSmith2/files/4599894/TechReport.pdf I could finish 3.1.2 i.e steps for installation given in the "TechReport.pdf". I am using Eclipse (Version: 2020-03 (4.15.0) Build id: 20200313-1211).

[image: image] https://user-images.githubusercontent.com/42600870/81421226-beb22f00-916e-11ea-8e60-f01b17ea76c3.png

Following is the configuration in Eclipse(run configurations): [image: image] https://user-images.githubusercontent.com/42600870/81421358-ffaa4380-916e-11ea-8f32-8196e5ffdf75.png

[image: image] https://user-images.githubusercontent.com/42600870/81421391-0c2e9c00-916f-11ea-8878-d0f77f107282.png

[image: image] https://user-images.githubusercontent.com/42600870/81421428-19e42180-916f-11ea-917a-856c860ebd88.png

[image: image] https://user-images.githubusercontent.com/42600870/81421461-24062000-916f-11ea-88ba-4b34d9b87b9b.png

When i click the run button, i get following error:

[image: error] https://user-images.githubusercontent.com/42600870/81421674-747d7d80-916f-11ea-9506-10f32906cf1d.jpg

I am doing this all for the first time. Please excuse me and help if possible. I am using windows 10.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/byuccl/RapidSmith2/issues/387, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQQNKNTQXGWYCMNCIJ3RQQRHHANCNFSM4M4II3OA .

sandeeprpandey commented 4 years ago

thank you trharoldsen for the reply... now i downloaded "jdk-8u251-windows-i586". I have set following as environmental variables image

I removed older 64bit java. When i try to redo steps for installation from 3.1.2, i get following image

Any help??

sandeeprpandey commented 4 years ago

i restarted the computer.....now i am getting this error:

error_

Any help...please...

trharoldsen commented 4 years ago

I suspect you need to update your JAVA_HOME environment variable to your new install (probably in C: Program Files (32)/...

On Sat, May 9, 2020, 12:55 AM sandeeprpandey notifications@github.com wrote:

i restarted the computer.....now i am getting this error:

[image: error_] https://user-images.githubusercontent.com/42600870/81464406-2ef89900-91df-11ea-8691-f23f1f93a4b3.jpg

Any help...please...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/byuccl/RapidSmith2/issues/387#issuecomment-626106135, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQVEKDWCTQNPELGMIGLRQTO3FANCNFSM4M4II3OA .

sandeeprpandey commented 4 years ago

I suspect you need to update your JAVAHOME environment variable to your new install (probably in C: Program Files (32)/... On Sat, May 9, 2020, 12:55 AM sandeeprpandey @.***> wrote: i restarted the computer.....now i am getting this error: [image: error] https://user-images.githubusercontent.com/42600870/81464406-2ef89900-91df-11ea-8691-f23f1f93a4b3.jpg Any help...please... — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#387 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQVEKDWCTQNPELGMIGLRQTO3FANCNFSM4M4II3OA .

My JAVAHOME variable is pointing to correct path..I think... ![error](https://user-images.githubusercontent.com/42600870/81520295-8292f000-9361-11ea-8585-f97421803089.jpg)

I even tried on Ubuntu....But when i run ./gradlew build, i get following error.. error_ubuntu

trharoldsen commented 4 years ago

Looks like a heap space issue.

Try adding the following line to your gradle.properties file.

org.gradle.jvmargs=-Xmx2000m

On Sun, May 10, 2020 at 11:08 PM sandeeprpandey notifications@github.com wrote:

I suspect you need to update your JAVA_HOME environment variable to your new install (probably in C: Program Files (32)/... … <#m7520870327076697594> On Sat, May 9, 2020, 12:55 AM sandeeprpandey @.***> wrote: i restarted the computer.....now i am getting this error: [image: error_] https://user-images.githubusercontent.com/42600870/81464406-2ef89900-91df-11ea-8691-f23f1f93a4b3.jpg Any help...please... — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#387 (comment) https://github.com/byuccl/RapidSmith2/issues/387#issuecomment-626106135>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQVEKDWCTQNPELGMIGLRQTO3FANCNFSM4M4II3OA .

My JAVAHOME variable is pointing to correct path..I think... [image: error] https://user-images.githubusercontent.com/42600870/81520295-8292f000-9361-11ea-8585-f97421803089.jpg

I even tried on Ubuntu....But when i run ./gradlew build, i get following error.. [image: error_ubuntu] https://user-images.githubusercontent.com/42600870/81520679-97bc4e80-9362-11ea-8808-f6d4360923de.jpeg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/byuccl/RapidSmith2/issues/387#issuecomment-626446363, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQRW5TT6RQLG4OGZ7ETRQ5T2FANCNFSM4M4II3OA .

trharoldsen commented 4 years ago

As for Ubuntu, everything looks like it built. The error seems to be in the unit testing. I'm not sure what tests failed (they may be related to interfacing rapidsmith with vivado though). Either way, rapidsmith should be completely usable on your ubuntu install.

On Mon, May 11, 2020 at 3:14 PM Travis Haroldsen trharoldsen@gmail.com wrote:

Looks like a heap space issue.

Try adding the following line to your gradle.properties file.

org.gradle.jvmargs=-Xmx2000m

On Sun, May 10, 2020 at 11:08 PM sandeeprpandey notifications@github.com wrote:

I suspect you need to update your JAVAHOME environment variable to your new install (probably in C: Program Files (32)/... … <#m-4465952777862316726_m7520870327076697594> On Sat, May 9, 2020, 12:55 AM sandeeprpandey @.***> wrote: i restarted the computer.....now i am getting this error: [image: error_] https://user-images.githubusercontent.com/42600870/81464406-2ef89900-91df-11ea-8691-f23f1f93a4b3.jpg Any help...please... — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#387 (comment) https://github.com/byuccl/RapidSmith2/issues/387#issuecomment-626106135>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQVEKDWCTQNPELGMIGLRQTO3FANCNFSM4M4II3OA .

My JAVAHOME variable is pointing to correct path..I think... [image: error] https://user-images.githubusercontent.com/42600870/81520295-8292f000-9361-11ea-8585-f97421803089.jpg

I even tried on Ubuntu....But when i run ./gradlew build, i get following error.. [image: error_ubuntu] https://user-images.githubusercontent.com/42600870/81520679-97bc4e80-9362-11ea-8808-f6d4360923de.jpeg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/byuccl/RapidSmith2/issues/387#issuecomment-626446363, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQRW5TT6RQLG4OGZ7ETRQ5T2FANCNFSM4M4II3OA .

sandeeprpandey commented 4 years ago

Looks like a heap space issue. Try adding the following line to your gradle.properties file. org.gradle.jvmargs=-Xmx2000m On Sun, May 10, 2020 at 11:08 PM sandeeprpandey notifications@github.com wrote: I suspect you need to update your JAVA_HOME environment variable to your new install (probably in C: Program Files (32)/... … <#m7520870327076697594> On Sat, May 9, 2020, 12:55 AM sandeeprpandey @.**> wrote: i restarted the computer.....now i am getting this error: [image: error_] https://user-images.githubusercontent.com/42600870/81464406-2ef89900-91df-11ea-8691-f23f1f93a4b3.jpg Any help...please... — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#387 (comment) <#387 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQVEKDWCTQNPELGMIGLRQTO3FANCNFSM4M4II3OA . My JAVAHOME variable is pointing to correct path..I think... [image: error] https://user-images.githubusercontent.com/42600870/81520295-8292f000-9361-11ea-8585-f97421803089.jpg I even tried on Ubuntu....But when i run ./gradlew build*, i get following error.. [image: error_ubuntu] https://user-images.githubusercontent.com/42600870/81520679-97bc4e80-9362-11ea-8808-f6d4360923de.jpeg — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#387 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDUFQRW5TT6RQLG4OGZ7ETRQ5T2FANCNFSM4M4II3OA .

This is what my "gradle.properties" looks like:

image

and after building it, still getting the same problem: image

DallonTG commented 4 years ago

Pretty sure the ReverseWireTests are failing, though they did not fail in the original post. I have noticed that these tests take quite a while in the past.

Also, I think you should only need the 32 bit version of Java if you're trying to run a GUI executable. Otherwise, you can (and probably should) use a 64-bit version. I think you might just want to go back to your original setup.

What executable were you trying to run originally?

sandeeprpandey commented 4 years ago

Thanks DallonTG for the reply... You mean "originally" i.e. windows10 with 64 bit java.....??