-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to verify my Rapidsmith installation #387
Comments
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 ***@***.***> 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
<#387>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADDUFQQNKNTQXGWYCMNCIJ3RQQRHHANCNFSM4M4II3OA>
.
|
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 ***@***.***> 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 JAVA_HOME variable is pointing to correct path..I think... I even tried on Ubuntu....But when i run ./gradlew build, i get following error.. |
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)/...
… <#m_7520870327076697594_>
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 JAVA_HOME 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>
.
|
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 ***@***.***>
wrote:
> I suspect you need to update your JAVA_HOME environment variable to your
> new install (probably in C: Program Files (32)/...
> … <#m_-4465952777862316726_m_7520870327076697594_>
> 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 JAVA_HOME 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: |
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? |
Thanks DallonTG for the reply... |
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).
Following is the configuration in Eclipse(run configurations):
When i click the run button, i get following error:
I am doing this all for the first time. Please excuse me and help if possible. I am using windows 10.
The text was updated successfully, but these errors were encountered: