waybyte / platform-logicrom

Wireless IoT Development Platform for 4G LTE (RDA8910, ASR1601, ASR1603), GSM (MT2503, MT6261, RDA8955) & NBIoT (MT2625) Chipsets.
MIT License
28 stars 6 forks source link

FileNotFoundError #10

Closed liguang9902 closed 1 year ago

liguang9902 commented 1 year ago

Hello,I set up VScode and PlatformIO under Window10, when the arduino-blink example compiles,in the quectel_mc60 environment, it's great. However, in the ec200u environment ,I got the error

Error 3221225775 Traceback (most recent call last): File "C:\Users\LiGuang.platformio\packages\framework-logicromsdk\tools\rda8910\pacgen.py", line 1238, in sys.exit(main(sys.argv[1:])) File "C:\Users\LiGuang.platformio\packages\framework-logicromsdk\tools\rda8910\pacgen.py", line 1228, in main ret = args.func(args) File "C:\Users\LiGuang.platformio\packages\framework-logicromsdk\tools\rda8910\pacgen.py", line 856, in cfg_image if os.path.getsize(args.path) == 0: File "C:\Users\LiGuang.platformio\python3\lib\genericpath.py", line 50, in getsize return os.stat(filename).st_size FileNotFoundError: [WinError 2] 系统找不到指定的文件。: 'C:\Users\LiGuang\Desktop\platform-logicrom-master\examples\gpio-blink\.pio\build\ec200u\firmware.img' Error 1

I have no idea to solve this issue.

ajaybhargav commented 1 year ago

I have seen this issue where defender blocks application making changes to filesystem. So can you try to change path to a different drive (preferably) or directory where "Windows Defender" is not monitoring.

liguang9902 commented 1 year ago

Thank you, I have solved this issue:)