Jump to content
  • 0

__strcmp_sse42


perdue

Question

Hi all,

We have a strange problem for using the runtime libs in version 
digilent.adept.runtime_2.27.9-x86_64

Currently, we use digilent.adept.runtime_2.21.3-x86_64, a driver libftd2xx.so.1.4.22 is installed.
This works for long time. Now, we are would use an Arty7 Board.
In this constellation, we become bit errors in using jtag - chain operations (using DjtgPutTmsTdiBits).

For that we download digilent.adept.runtime_2.27.9-x86_64 and link the needed libraries
libdabs, libdftd2xx, libdjtg, libdmgr, libdpcomm on to our application.
On start application we use even the new libs.

But it crashes before main function is called in app.

image.thumb.png.3a22adc7342b0d815173fcac153963fd.png

Now we have done an experiment:
we link the old (2.21.3) runtime libs to our app.
For start the app we use the new (2.27.9) libs.

This works for us perfect. The tests are working.
But this is a problem in logic to link old libs for using a newer version.

Is this problem known, or is where a solution ?
Can be a solution to get a download link to the runtime_2.22 (but complete set, also for windows) ?

Many thanks for an answer !
 

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@perdue

This is not a known issue - we have linked our own libraries and applications against 2.27.9 and they run without issue. I'm curious to here if you also experience this problem with 2.22.1, as that is the earliest release that includes SSL/TLS support for the ADP3xxx series.

Below are links for the desktop installers:

https://digilent.s3.us-west-2.amazonaws.com/Software/Adept2+Runtime/2.22.1/digilent.adept.runtime_2.22.1-amd64.deb
https://digilent.s3.us-west-2.amazonaws.com/Software/Adept2+Runtime/2.22.1/digilent.adept.runtime_2.22.1-i386.deb
https://digilent.s3.us-west-2.amazonaws.com/Software/Adept2+Runtime/2.22.1/digilent.adept.runtime-2.22.1.x86_64.rpm
https://digilent.s3.us-west-2.amazonaws.com/Software/Adept2+Runtime/2.22.1/digilent.adept.runtime-2.22.1.i686.rpm
https://digilent.s3.us-west-2.amazonaws.com/Software/Adept2+System+Installer/2.22.1/digilent.adept.system_v2.22.1.exe

The Adept SDK (includes lib files for linking in Windows) hasn't been published since 2016 since the public API hasn't changed.

Can you please tell me which distribution of Linux you are using?

Thanks,
Michael

Link to comment
Share on other sites

  • 0

Hi Michael,

we have used a Linux7. But i am think, this was not the problem.
We have found, that it works also with digilent (2.27.9) libs, then we load the libs with dlopen (... ,RTLD_LAZY | RTLD_DEEPBIND),
but with an older build profile from us.
Also, i do not know, how stable that construct is over time.

But very thanks for answers,
Thanks, Percy

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...