-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
Hi,
I'm trying to export while also including source files in the parent directory of my mbed program. The following fails:
C:\files\mbed\sandbox\framework\mbed> mbed export --source .. -i IAR
Scan: ..
Scan: FEATURE_LWIP
Scan: FEATURE_STORAGE
Traceback (most recent call last):
File "C:\files\mbed\sandbox\framework\mbed\mbed-os\tools\project.py", line 259, in <module>
main()
File "C:\files\mbed\sandbox\framework\mbed\mbed-os\tools\project.py", line 254, in main
build_profile=profile, app_config=options.app_config)
File "C:\files\mbed\sandbox\framework\mbed\mbed-os\tools\project.py", line 96, in export
app_config=app_config)
File "C:\files\mbed\sandbox\framework\mbed\mbed-os\tools\export\__init__.py", line 358, in export_project
copyfile(static_file, join(export_path, basename(static_file)))
File "C:\Python27\lib\shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'C:\\files\\mbed\\sandbox\\framework\\mbed\\mbed-os\\tools\\export\\.mbed'