Skip to content

error message in compiling STM32F030C8T6> RBOARD_32F030C8T6 >variant.h error #4

Answered by r-pv
GitHubedklam asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, yes, the last screen shows a boards.txt really mess up, it shows like lines were added at the end of other lines instead of just add the code at the end of one block of text.

Your boards.txt looks like:

line0line4
line1line5
line2line6
line3line7

line8
line9
...

and, per instructions, should look like:

line0
line1
line2
line3

line4
line5
line6
line7

line8
line9
...

so the idea it's that you'll find this text:

# DEMO_F030F4 board
# Support: Serial1 (USART1 on PA3, PA2)
GenF0.menu.pnum.DEMO_F030F4=STM32F030F4 Demo board
GenF0.menu.pnum.DEMO_F030F4.upload.maximum_data_size=4096
GenF0.menu.pnum.DEMO_F030F4.upload.maximum_size=16384
GenF0.menu.pnum.DEMO_F030F4.build.mcu=cortex-m0
GenF…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@GitHubedklam
Comment options

Comment options

You must be logged in to vote
1 reply
@GitHubedklam
Comment options

Answer selected by r-pv
Comment options

You must be logged in to vote
2 replies
@GitHubedklam
Comment options

@GitHubedklam
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants