You can build program to change current derectory to project directory.
To change directory, use the cd command:
$ cd 0_Intro/pzcAdd
To build program, use the make command:
$ make
To execute program, just run make run command
$ make run
This sample contains following examples.
| Variables | Descriptions |
|---|---|
| PZC_TARGET_ARCH | To change target PEZY architectures. For PEZY-SC use sc1-64. For PEZY-SC2 use sc2. default is sc2 |