Skip to content
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

Compatibility between different version of azure rtos components #35

Open
EnricoIMX opened this issue Dec 15, 2022 · 1 comment
Open
Assignees

Comments

@EnricoIMX
Copy link

Hi everybody,
i open an old project that i receive and this is developed with board RT1060 nxp board and azure rtos.
I have to integrate third part code in this project, but as soon as i start to integrate this i see a lot of error about AzureRtos..
i thin kand i check there are difference in in the version of the component in the old project the components have version 6.1 instead in the third part code have version 6.1.10..
what i see is an error in guix library.. that not found the reference of tx_queue functions.. ( i think that these are defined in threadX components).
01_screenerror
error2

Which are the interdependencies between the azure rtos components.. ? (especially when they are with different versions)
How can i solve this issue?

Thanks
E.

@wangwen-4220
Copy link

@EnricoIMX, it should be ok to compile ThreadX and GUIX with different 6.1.x version. I doubt. the compile issue is caused by the linker library linked sequency. could you change sequence of linking the guix.a and threadx.a and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants