Hello,
I've been developing with the Seeed MT3620 Azure Sphere and working to attach an ArduCAM SPI camera to the board and upload images to an Azure Blob.
It's been going great so far, but I have encountered an error which is being flagged from within a file in the Azure Sphere SDK (Scrt1.o function '_start_c') when I attempt to build the project in Visual Studio 2019.
Full error message: C:/Program Files (x86)/Microsoft Azure Sphere SDK/Sysroots/6/tools/gcc/real-ld.exe: C:/Program Files (x86)/Microsoft Azure Sphere SDK/Sysroots/6/usr/lib/Scrt1.o: in function _start_c': /usr/src/debug/musl/1.1.20+gitAUTOINC+c50985d5c8-r0/git/crt/crt1.c:18: undefined reference to
main'
If anyone has seen a similar issue or knows about this error, please get in touch.
Thanks,
Owen