Linux, SDK 2.6.2, C API
Hello World example
The compiled app crashes on the device. (missing main.pdz)
Reverted to 2.6.1 .. runs ok
Linux, SDK 2.6.2, C API
Hello World example
The compiled app crashes on the device. (missing main.pdz)
Reverted to 2.6.1 .. runs ok
...Did you build the PDX specifically for device?
For CMake you give it the path to the device toolchain file before building, and for Make you do make device
.