I have a trouble adding a path for my cross compilerMac OS X: Update Python for ShellLANG=C is in a number of...
Books on the History of math research at European universities
Is exact Kanji stroke length important?
How can I raise concerns with a new DM about XP splitting?
Did US corporations pay demonstrators in the German demonstrations against article 13?
Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?
Can I Retrieve Email Addresses from BCC?
Is there a good way to store credentials outside of a password manager?
Have I saved too much for retirement so far?
What if somebody invests in my application?
Bob has never been a M before
Visiting the UK as unmarried couple
Stereotypical names
Simulating a probability of 1 of 2^N with less than N random bits
Latex for-and in equation
What is Sitecore Managed Cloud?
How do I repair my stair bannister?
Who must act to prevent Brexit on March 29th?
What to do when my ideas aren't chosen, when I strongly disagree with the chosen solution?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
Word describing multiple paths to the same abstract outcome
Organic chemistry Iodoform Reaction
Resetting two CD4017 counters simultaneously, only one resets
The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?
Can I use my Chinese passport to enter China after I acquired another citizenship?
I have a trouble adding a path for my cross compiler
Mac OS X: Update Python for ShellLANG=C is in a number of the /etc/init.d/* scripts. What does LANG=C do and why do you need to set LANG=C.How to get Ruby, when called from a shell script, to see RVM default RubyTo set PATH on OS X when export PATH= don't workenvironment using su - vs “ssh user@machine” as a user on lucidHow do I know the exact and complete Linux whereis command search pathWhy is “java” a valid command in terminal (bash) if it is not in my path?How to delete old $PATH echo in MacFortran Compiler Installation Instructions for OS XWhy I can't use the last version of the installed GIT in this linux shell of a Bluehost server?
I'm having a problem adding a path of my cross compiler to path so that the cross compiler is automatically loaded to be used when the system boots. Here is my code in .profile.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
PATH=$PATH:/home/taki/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/
export PATH
export CROSS_COMPILE=arm-linux-linux-gnueabihf-
mesg n || true
and I type
source ~/.profile
to apply the updated path. But I don't see my path changed after I type 'export'
declare -x PATH="/home/taki/arago-2011.09/armv5te/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
The path hasn't been updated as you can see.
Can anyone point out what I'm missing?
bash shell
New contributor
add a comment |
I'm having a problem adding a path of my cross compiler to path so that the cross compiler is automatically loaded to be used when the system boots. Here is my code in .profile.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
PATH=$PATH:/home/taki/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/
export PATH
export CROSS_COMPILE=arm-linux-linux-gnueabihf-
mesg n || true
and I type
source ~/.profile
to apply the updated path. But I don't see my path changed after I type 'export'
declare -x PATH="/home/taki/arago-2011.09/armv5te/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
The path hasn't been updated as you can see.
Can anyone point out what I'm missing?
bash shell
New contributor
add a comment |
I'm having a problem adding a path of my cross compiler to path so that the cross compiler is automatically loaded to be used when the system boots. Here is my code in .profile.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
PATH=$PATH:/home/taki/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/
export PATH
export CROSS_COMPILE=arm-linux-linux-gnueabihf-
mesg n || true
and I type
source ~/.profile
to apply the updated path. But I don't see my path changed after I type 'export'
declare -x PATH="/home/taki/arago-2011.09/armv5te/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
The path hasn't been updated as you can see.
Can anyone point out what I'm missing?
bash shell
New contributor
I'm having a problem adding a path of my cross compiler to path so that the cross compiler is automatically loaded to be used when the system boots. Here is my code in .profile.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
PATH=$PATH:/home/taki/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/
export PATH
export CROSS_COMPILE=arm-linux-linux-gnueabihf-
mesg n || true
and I type
source ~/.profile
to apply the updated path. But I don't see my path changed after I type 'export'
declare -x PATH="/home/taki/arago-2011.09/armv5te/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
The path hasn't been updated as you can see.
Can anyone point out what I'm missing?
bash shell
bash shell
New contributor
New contributor
New contributor
asked 4 mins ago
TakiTaki
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Taki is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417549%2fi-have-a-trouble-adding-a-path-for-my-cross-compiler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Taki is a new contributor. Be nice, and check out our Code of Conduct.
Taki is a new contributor. Be nice, and check out our Code of Conduct.
Taki is a new contributor. Be nice, and check out our Code of Conduct.
Taki is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417549%2fi-have-a-trouble-adding-a-path-for-my-cross-compiler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown