Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

3.1.4.  Setting up binutils

The key final stage is to add the new cross-platform utilities to the search path, so they can be found in subsequent stages. For sh and bash users:

export PATH=/opt/or32/bin:$PATH
	

For csh and tcsh users:

setenv PATH /opt/or32/bin:$PATH
	
[Tip]Tip

It is useful to add these environment setup commands to .profile (sh users), .bash_profile (bash users) or .login (csh and tcsh), to ensure they are set up for subsequent sessions.

Embecosm divider strip