I have a problem in the process of develop TS-Linux 3 chroot environment. There are 7 steps that need to be created in this environment. I manage to follow 5 steps before i'm stuck in the step 6 which are:
#cd /mySrc
#gcc –o myFile myFile.c
The explanation said that :
Ensure everything is working fine. If you chrooted properly you are now sitting at the
root directory. All your source code you need to compile is in the /mySrc directory.
I have created a simple source code of
Hello World and i have put it in the /mySrc directory but the terminal said that there is no such directory and no input files.Can someone please help me....
