Skip to content

Commit c27da5c

Browse files
committed
[posix] remove ref to viper in 1.2, add ref to gcc
1 parent d72eb1b commit c27da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix/booklet/trampoline-labs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ \section{Setting up the environment}
9191
\begin{itemize}
9292
\item Trampoline RTOS and the \texttt{goil} configuration generator;
9393

94-
\item Viper, the virtual processor emulator that comes with Trampoline and send stimuli to Trampoline. Stimuli may be a periodic signal to simulate a timer overflow and use periodic tasks, or an aperiodic signal to simulate an external interrupt.
94+
\item GNU development toolchain including a C compiler and linker (\texttt{gcc}), a debugger (\texttt{gdb}) and an implementation of standard C library (\texttt{glibc}).
9595
\end{itemize}
9696

9797
Trampoline is installed in \unixcl{/opt/trampoline}. \texttt{goil} configuration generator is installed in \unixcl{/usr/local/bin}. All the usefull paths are set in the \unixcl{.profile} startup file of your account.

0 commit comments

Comments
 (0)