Rockbox Development > Starting Development and Compiling
Cross compilers
bluebrother:
why don't you just use a .bashrc? It get sourced by the common startup script, with this lines:
--- Code: ---# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
--- End code ---
(unless your common startup script is behaving different which shouldn't be the case.
007quick:
All i did was put the lines you told me to in the bash_profile file with the $PATH after the PATH=
Fixed up everything!
--- Quote from: GodEater on February 14, 2007, 01:24:55 PM ---
--- Code: ---#!/bin/bash
PATH=/usr/local/arm-elf/bin:$PATH
export PATH
--- End code ---
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version