Having manually added the Open AT Application Framework package 2.52.2.A5.201412171046, I created the Hello World sample - but it does not build:
With previous Studios, the gcc.lkopt linker script file has been in the [Target]_ARM_EABI_GCC_Debug subfolder of the project - but it is certainly not there!
Hi Andy,
sorry for the delay, we were busy to fine polish DS 3.3 which is about to be released in the coming days.
And actually, it has a chance to fix your issue.
On this Windows 7 machine, do you have by chance (or not ) a Python install in your system PATH?
This is a bug we have identified on DS 3.2, which may be “disturbed” by a system-wide Python install instead of using the one we’re bundling in DS.
If yes, before grabbing DS 3.3 (which will fix the issue), you can give a try to remove it from the PATH, and gcc.lkopt should be back…
If I just type ‘python’ in a Command Box, I get a Python prompt!
If I use System Proprerties > Environment Variables > User variables for awn > PATH to remove the “offending” item, DS still does not create the gcc.lkopt
If I rename the python.exe file, DS then does create the gcc.lkopt.
And the ‘hello_world’ sample Project build successfully.
After modifying the system environment, you need to close and start DS again (already launched Windows processes are not notified when an environment variable is updated).
Good to hear the issue is identified.