#avr | Logs for 2014-06-29

Back
[04:07:11] <abcminiuser> Any Linux users on tonight?
[04:18:25] <Roklobsta> yers
[04:18:30] <Roklobsta> debian
[04:22:19] <abcminiuser> Ok, riddle me this
[04:22:30] <abcminiuser> I have a toolchain extracted to ~/gcc-arm-none-eabi-4_8-2014q2/
[04:22:34] <abcminiuser> Added it to $PATH
[04:22:47] <abcminiuser> Rebooted to make sure, I can run it anywhere by typing it into the shell
[04:22:55] <abcminiuser> But running make says it can't find the exact same binary
[04:25:21] <abcminiuser> Aha, can't use ~ in path
[04:34:59] <Roklobsta> PEBKAC?
[05:47:19] <Lambda_Aurigae> yup..need full path in $PATH variable. Relative paths work too but are kinda useless most times.