GitHub - edgeimpulse/example-standalone-inferencing-himax

Hello,
I had downloaded source code from below path


but getting error when i execute make -j

Is there any SDK missing. since getting error for all ei_ prefixed function calls

Hello @prashant.s,

It seems that you are not running the make -j command in the build-gnu/ directory.
If you cannot compile it your GNU toolchain, can you try with Docker please?

Regards,

Louis


make file is in project folder and not in build folder

Did you initialize CMake?

$ mkdir build-gnu
$ cd build-gnu
$ cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.gnu.cmake ..

Regards,

Louis

Hello @prashant.s,

Can you try with Docker please?
It will surely solve a lot of problems.

Regards,

Louis

link for procedure to be followed…for installing and building using docker…

It is in the link you shared :wink:

You need to copy and paste the command exactly: docker build -t himax-build -f Dockerfile .

You’re still missing the “.” at the end of the command to specify the current directory where the Dockerfile is located.

docker build -t himax-build -f Dockerfile .

Hello Jenny,
Got below error