Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error: EOF in backquote substitution in projects from Qengineering #2

Open
Jolle1803 opened this issue Apr 9, 2021 · 4 comments

Comments

@Jolle1803
Copy link

Jolle1803 commented Apr 9, 2021

Hello. I'm new at the raspberry 4 and trying to start with some projects from Qengineering. I tried the deeplearning examples on https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html#HandsOn

In both i get the same error:
/bin/sh: 1: Syntax error: EOF in backquote substitution

It would make my raspberry start much easier if someone could help me fixing this error.
Thank you!

@Qengineering
Copy link
Owner

Dear @Jolle1803,

Sorry to hear about your problems.
What have you done? Both files are website pages, no code. They are viewed with something like chromium.

Kind regards,

Rients

@Jolle1803
Copy link
Author

Dear @Jolle1803,

Sorry to hear about your problems.
What have you done? Both files are website pages, no code. They are viewed with something like chromium.

Kind regards,

Rients

Dear @Qengineering
Thank you for your fast reply!

These are links to your website where both examples are described step by step. I took the code from GitHub like it's described and followed the instructions. In the end the code should build succesful. But I got the error.
The same error in both cases so maybe it depends on the same file.

I'm working on a Raspberry Pi 4 with raspbian. The code I used is in c++.
I do have some experience with c++.

Jolle

@Qengineering
Copy link
Owner

Dear @Jolle1803 ,

The errors you got are text related. In other words, the compiler tries to parse some line of code and encounters an /bin/sh
What puzzles me is that /bin/sh is used in scripting, not in any C++ source code. So, which files are you tried to compile?

Rients

@Jolle1803
Copy link
Author

Dear @Qengineering,
Sorry for that long time gap but I was a little bit busy.

I tried to compile the cpp file MobiYO.cpp with all in the code included files. I didn't change the code. I also added the directories where to find the include files to the build options in Code::Blocks.
These are the project files with MobiYO.cpp which i tried to compile:
YoloV3-ncnn-Raspberry-Pi-4-master.zip
Or the download link from GitHub:
https://github.com/Qengineering/MobileNetV2_YOLOV3_ncnn/archive/master.zip

Thank you!
Jolle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants