Package Details: azure-sphere-sdk 22.11-1

Git Clone URL: https://aur.archlinux.org/azure-sphere-sdk.git (read-only, click to copy)
Package Base: azure-sphere-sdk
Description: Azure Sphere SDK Preview for Linux
Upstream URL: https://aka.ms/AzureSphereSDK
Licenses: custom
Submitter: felipebalbi
Maintainer: None
Last Packager: felipebalbi
Votes: 2
Popularity: 0.000000
First Submitted: 2019-12-11 12:37 (UTC)
Last Updated: 2023-03-07 10:49 (UTC)

Dependencies (8)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

felipebalbi commented on 2020-11-02 13:30 (UTC)

Should all be there now:

ls /opt/azurespheresdk/
BoardConfigPresets/  CMakeFiles/  DebugTools/  HardwareDefinitions/  Sysroots/  Tools/

Thanks again for testing it. Let me know if I still missed anything :-)

felipebalbi commented on 2020-10-29 19:09 (UTC)

That's new. I'll add that, hopefully tomorrow. Thanks for being patient :-)

cheers

tkolo commented on 2020-10-29 19:07 (UTC)

Thanks for this fix!

This issue is now fixed, however your PKGBUILD still doesn't seem to produce everything the official install script does - now I'm missing /opt/azurespheresdk/HardwareDefinitions directory

felipebalbi commented on 2020-10-27 13:05 (UTC)

oh, and if anyone has a quick solution for a "progress bar" type display with shell script, I'm all ears :-)

felipebalbi commented on 2020-10-27 11:54 (UTC)

alright, it should be fixed now. I've moved toolchain installation to post_upgrade()/post_install(). This should solve the problem. Let me know if you still experience problems:

file /opt/azurespheresdk/Sysroots/6/tools/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musleabi/arm-poky-linux-musleabi-gcc /opt/azurespheresdk/Sysroots/6/tools/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musleabi/arm-poky-linux-musleabi-gcc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /opt/azurespheresdk/Sysroots/6/tools/sysroots/x86_64-pokysdk-linux/lib/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=b12f73d26275529c1d8aa1328250f9a0346c87db, stripped

felipebalbi commented on 2020-10-27 11:03 (UTC)

Interesting. I'll try to find out how to solve that. Thanks

tkolo commented on 2020-10-11 20:19 (UTC)

There seem to be a problem with how this is packed. I've tried to build examples from azure-sphere-samples repo with no success. After a bit of troubleshooting I've discovered this:

$ file /opt/azurespheresdk/Sysroots/6/tools/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musleabi/arm-poky-linux-musleabi-gcc
/opt/azurespheresdk/Sysroots/6/tools/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musleabi/arm-poky-linux-musleabi-gcc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /home/myusername/.cache/pikaur/build/azure-sphere-sdk/src/azurespheresdk/Sysroots/6/tools/sysroots/x86_64-pokysdk-linux/lib/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=b12f73d26275529c1d8aa1328250f9a0346c87db, stripped

For some reason, interpreted is set to build directory, which in my case no longer exists

felipebalbi commented on 2020-05-26 08:28 (UTC)

That's great :-)

Note that there are changes in how CMakeLists.txt should be setup, some information available at the following URL https://docs.microsoft.com/en-us/azure-sphere/app-development/using-cmake-functions

calvinlin commented on 2020-05-26 08:17 (UTC)

Good news, I will not need to open Ubuntu VM for testing the sdk any longer. Thank you.

felipebalbi commented on 2020-05-26 07:52 (UTC)

@calvinlin, just wanted to say that the newest release of the SDK has fixed the problem with azsphere_connect.sh.