propeller-elf-gcc.exe - Permission denied(Solved)
msiriwardena
Posts: 301
I was trying the program example from the activity bot 360 and when I try to load the program I get an error message "propeller-elf-gcc.exe : AB-IR-Remote-Wave.c: Permission denied"
I hope somone help me out with this error.
Thank you,
Siri
I hope somone help me out with this error.
Thank you,
Siri
Comments
Iam using Simple IDE
Windows 10 professional
Hardewarwe
Propeller activity board.
Error message :
propeller-elf-gcc.exe -v GCC 4.6.1 (propellergcc_v1_0_0_2408)
propeller-elf-gcc.exe -I . -L . -I ./library/libabdrive -I ./library/libfdserial -I ./library/libsimplei2c -I ./library/libsimpletext -I ./library/libsimpletools -I ./library/libsirc -I ./library/libwavplayer -L ./library/libabdrive/cmm/ -L ./library/libfdserial/cmm/ -L ./library/libsimplei2c/cmm/ -L ./library/libsimpletext/cmm/ -L ./library/libsimpletools/cmm/ -L ./library/libsirc/cmm/ -L ./library/libwavplayer/cmm/ -o cmm/AB-IR-Remote-Wav.elf -Os -mcmm -m32bit-doubles -fno-exceptions -std=c99 AB-IR-Remote-Wav.c -lm -lsirc -lfdserial -labdrive -lwavplayer -lsimplei2c -lsimpletext -lsimpletools -lm -lsirc -lfdserial -labdrive -lwavplayer -lsimplei2c -lsimpletext -lm -lsirc -lfdserial -labdrive -lwavplayer -lsimplei2c -lm -lsirc -lfdserial -labdrive -lwavplayer -lm -lsirc -lfdserial -labdrive -lm -lsirc -lfdserial -lm -lsirc -lm
propeller-elf-gcc.exe: error: AB-IR-Remote-Wav.c: Permission denied
Done. Build Failed
Tis is the error message that shows at the bottom as compiler error
Thanks for trying to help me
Siri
PS: This is an example in the activity bot -Roaming with IR remote.