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

Cross compilation on v0.37 #99

Open
VittorioTodisco opened this issue Nov 27, 2024 · 2 comments
Open

Cross compilation on v0.37 #99

VittorioTodisco opened this issue Nov 27, 2024 · 2 comments

Comments

@VittorioTodisco
Copy link

Hello,

I am currently working with firmware version v0.37 of the ADALM-Pluto as it is the only version supported by MATLAB for my use case.

I have successfully compiled and executed applications on firmware v0.39 using the Linaro toolchain, but when attempting to compile for v0.37, the resulting application fails to execute on the device, despite no compilation errors.

Could you please advise on the appropriate toolchain for compiling applications compatible with firmware version v0.37, considering the switch in recent releases?

Thank you in advance for your assistance!

Best regards,

@mhennerich
Copy link
Contributor

Please see here:
#85

@VittorioTodisco
Copy link
Author

Ok, from the discussion I get I just have to use Linaro GCC 7.3-2018.05 7.3.1.

In my make file I was setting "CC = /usr/local/bin/gcc-linaro-7.2.1-2017.11-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc".

But that didn't work.
I'll try with the version above.

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