When I try to compile my C/C++ code in Code::Blocks, it says
obj/directory cannot be created
When I searched for that error, people suggested that it doesn't have read and write permissions for that directory.
So, one user suggested running the following command:
chown user.user *
where user is the username of the computer. I've tried that, but nothing happened.