Replies: 1 comment 1 reply
-
It seems the build script has some errors, which causes the issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to compile the device CDC dual port example(examples\device\cdc_dual_ports) in Windows 10 for the stm32f407blackvet board.
I downloaded the dependencies (python tools\get_deps.py stm32f4) and installed the arm-none-eabi toolchain 14.2.Rel1 from https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads).
I installed make with "choco install make".
In the example directory (examples\device\cdc_dual_ports) I run: "make BOARD=stm32f407blackvet all"
Compilation seems ok (some data alignment warning), and at the end a warning: "warning: cannot find entry symbol _start; defaulting to 00008000"
The created bin-file is 0 bytes. (Map is 100Kb, elf is 752 bytes, hex is 34 bytes). See below for the compiler output.
I run the cmd.exe with admin rights, used Cygwin, but nothing works.
Anybody? Thanks in advance, I'm aware this is quite out of scope for the project.
Beta Was this translation helpful? Give feedback.
All reactions