News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

[ask] running c++ linux

Started by arviza, October 30, 2012, 03:25:06 PM

Previous topic - Next topic

arviza

hi, I am trying to run C++ program on linux, when I press F9, it says c:/myfolderpath "permission denied", how to solve this?

MortenMacFly

Quote from: arviza on October 30, 2012, 03:25:06 PM
hi, I am trying to run C++ program on linux, when I press F9, it says c:/myfolderpath "permission denied", how to solve this?
Linux has not drives like "C:/". ??? If you are on Windows, allow permission on file system level or use a path you have write permissions to, like your documents folder.

You know: Every OS restrict access to certain files and/or folder. The root folder is most likely protected that way as it contains system files. I cannot say exactly because you didn't mention your OS exactly. Is it really Linux??? But you'll find out...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]