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

Build the Software, Chapter 2 #31

Open
sulqadari opened this issue Nov 20, 2021 · 0 comments
Open

Build the Software, Chapter 2 #31

sulqadari opened this issue Nov 20, 2021 · 0 comments

Comments

@sulqadari
Copy link

Dear Mr. Gay,
kindly ask you to provide me with assistance to overcome step 'Build the Software', chapter 2.
I successfully went through preceding steps exactly the way you mentioned in your Book:

  • cygwin installed;
  • make and git installed and being recognized by cygwin as a commands;
  • stm32 repo successfully cloned;
  • libopencm3 cloned (NOTE: I checked out to commit dated oct 12, 2017, otherwise there is additional issue with unrecognized python dir location);
  • FreeRTOS unzipped;
  • variable FREERTOS assigned with the actual name of the related root folder;
  • ARM cross compiller installed and being recognized by cygwin as a command (the lastest version);

But now I stuck at this last but one step (Build the Software).
the cygwin prints the below mentioned log:

codej@DESKTOP-5I7ASE8 /cygdrive/c/Lessons/stm32
$ make
make -C libopencm3 TARGETS=stm32/f1
make[1]: Entering directory '/cygdrive/c/Lessons/stm32/libopencm3'
GENHDR include/libopencm3/efm32/g/irq.json
...
GENHDR include/libopencm3/vf6xx/irq.json
BUILD lib/stm32/f1
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: *** [Makefile:64: lib/stm32/f1] Error 1
make[1]: Leaving directory '/cygdrive/c/Lessons/stm32/libopencm3'
make: *** [Makefile:38: libopencm3/lib/libopencm3_stm32f1.a] Error 2

Kindly ask you to provide me with assistance.

@sulqadari sulqadari changed the title Build the Sfotware Build the Software, Chapter 2 Nov 20, 2021
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

1 participant