Other Parts Discussed in Thread: AM69A, AM69
I have been going through your getting started guide and trying to compile hello world.
I have ran into the following issues and have been trying to work around them and looking for a little guideness of where to start
First when running the environment_setup I get this error.
myhome:~/ti-processor-sdk-linux-edgeai-j784s4-evm-09_00_00_08/linux-devkit$ source ./environment-setup
-e: command not found
I have commented out the line :
-e export PS1="\[\e[32;1m\][linux-devkit]\[\e[0m\]:\w> "
To work around this for now.
After commenting out that line. I try to follow the command to compile hello world and I get gcc directory not found
myhome:~$ ${SDK_PATH}/sysroots/x86_64-arago-linux/usr/bin/${TOOLCHAIN_PREFIX}gcc helloworld.c -o helloworld
-bash: /myhome/ti-processor-sdk-linux-edgeai-j784s4-evm-09_00_00_08/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux-gcc: No such file or directory