April 2020
Intermediate to advanced
412 pages
9h 58m
English
We are going to download and build a FreeRTOS simulator in our build environment:
$ cd /mnt
$ wget -O simulator.zip http://interactive.freertos.org/attachments/token/r6d5gt3998niuc4/?name=Posix_GCC_Simulator_6.0.4.zip
$ unzip simulator.zip
$ cd Posix_GCC_Simulator/FreeRTOS_Posix/Debug
$ sed -i -e 's/\(.*gcc.*\)-lrt\(.*\)/\1\2 -lrt/' makefile
$ make
$ ./FreeRTOS_Posix ...