PCAN-GPS – User Manual
22
Do the following to compile a firmware example under
Windows:
1.
From the provided DVD, copy the subdirectory of the
desired example from the
Examples
directory to the local
hard disk.
2.
Open a
command prompt
by using the Windows Start
menu. Alternatively you can press the key combination
+ R and enter
cmd.exe
as program to be executed.
3.
At the command prompt change to the previously copied
directory.
4.
Execute the following command in order to clean-up the
target directories (i.e.
.out
) from files that have been
generated earlier:
make clean
5.
Execute the following command to compile the example
firmware:
make all
If the compiler has finished without errors (“Errors: none”),
you can find the firmware file with the extension
.bin
in the
subdirectory
.out
. This file is then used for a firmware
update on the PCAN-GPS module.