-
Notifications
You must be signed in to change notification settings - Fork 335
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
[BUG] kvs_gstreamer_sample.cpp.o: undefined reference to symbol 'strtoi32' #930
Comments
@thomas-roos can this be closed? I see the related issue: aws4embeddedlinux/meta-aws#1701 has been closed. It does not appear to be an issue in the SDK if you follow this chain in
^ That above file is in PIC and includes the file we're looking for: https://github.com/awslabs/amazon-kinesis-video-streams-pic/blob/master/src/client/include/com/amazonaws/kinesis/video/client/Include.h#L13 Could it be that some of the includes are not being found in the way the build is set up above? |
the bug is not gone - as mentioned here: aws4embeddedlinux/meta-aws#1701 (comment)
|
when building shared the kvs_gstreamer_sample.cpp example fails LINKING fix awslabs#930
Hi @thomas-roos, unfortunately I was unable to replicate the issue you ran into. I just built latest/master on an Ubuntu 22.04.1 LTS machine using the following arguments:
I was able to run the sample applications just fine, after setting GST_PLUGIN_PATH to the
Here's the output of
@thomas-roos Could you please share the CMake command used to build the SDK? |
Hi sirknightj, |
Hi @thomas-roos, what do mean by "SHARED" here? We have a working linux static build here. That's why, we do not think there is any issue with the SDKs builds. Please follow the steps here to fix your build using the latest release of the SDK and let us know if the issue persists |
Hi @niyatim23 |
Hi @thomas-roos, we also have a |
Hi, |
when building shared the kvs_gstreamer_sample.cpp example fails LINKING fix #930
when building shared the kvs_gstreamer_sample.cpp example fails LINKING fix #930
@benwkim what is the timeline for folding the fix into mainline and resolving this issue? We are waiting on the fix in order to resolve an issue in the meta-aws project. |
@rpcme We're currently testing a release candidate that includes this change, we hope to release before the end of the month. |
when building shared the kvs_gstreamer_sample.cpp example fails LINKING fix #930
* Update CMakeLists.txt when building shared the kvs_gstreamer_sample.cpp example fails LINKING fix #930 * Additional CI Build --------- Co-authored-by: tro <throos@amazon.de>
Which month will this release candidate released? |
@thomas-roos we are aiming for before the end of this month |
mentioned here: aws4embeddedlinux/meta-aws#1701
aarch64-poky-linux/11.3.0/ld: CMakeFiles/kvs_gstreamer_sample.dir/samples/kvs_gstreamer_sample.cpp.o: undefined reference to symbol 'strtoi32'
error_kvs_gstreamer_sample.log
The text was updated successfully, but these errors were encountered: