Odd PROS Error with Building

I just made a new project. When it tried to build right after making the project, this is what happened.

Compiled src/main.cpp [OK]
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [common.mk:239: bin/hot.package.elf] Error 1

It’s a brand new project and I haven’t touched it yet. What could the issue be?

1 Like

Actually, it seems I figured it out. There was an apostrophe in the folder name.

1 Like