crosstool-ng installation process
by atharvdesai1996 from LinuxQuestions.org on (#4XE96)
In crosstool-ng installation process,
I did the steps like git cloning crosstool-ng from repo, then git checkout step, bootstrap and the make and make install step.
Along with the above steps, we need to set the path as PATH=" " /path/to/your/home/dir " /x-tools/arm-unknown-linux-gnueabi/bin:$PATH" in the ~./bashrc file. However, Im not able to find the ./bashrc file and where in that file should we set the above path. Please help!!


I did the steps like git cloning crosstool-ng from repo, then git checkout step, bootstrap and the make and make install step.
Along with the above steps, we need to set the path as PATH=" " /path/to/your/home/dir " /x-tools/arm-unknown-linux-gnueabi/bin:$PATH" in the ~./bashrc file. However, Im not able to find the ./bashrc file and where in that file should we set the above path. Please help!!