Hi,
I was import Hello World example from Linux_example.zip file (C:\Program Files\DS-5\examples\Linux_example.zip) and coding a short program.
When I try to debug the program, I'm confusing about the debug setting. It looks different from Hello World Project create by DS-5.
As attached file, ds-5_debug.jpg image is Hello World example import from DS-5 example file, and ds-5_debug_1.jpg is Hello World Project create by DS-5.
It seems like some configuration missing and I don't know how to config ARM compiler.
Hi William,
Linux applications *generally* need to be compiled with GCC. It's included in DS-5. ARM Compiler is generally for bare metal (running without an operating system) applications, so no, it's not possible.
Thanks,
Joe