Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5157

Bare metal, Assembly language • Problems Setting up Circle SDK for PI Zero

$
0
0
Hi

So I am trying to setup using the Circle SDK, but I get lots of errors
when it run the recomended

Code:

./makeall
command
This is after running the

Code:

./makeall clean
command

Here are the errors

Code:

cflashy.c:98:12: error: use of undeclared identifier 'B460800'                {460800,        B460800},                                ^cflashy.c:99:12: error: use of undeclared identifier 'B500000'                {500000,        B500000},                                ^cflashy.c:100:12: error: use of undeclared identifier 'B576000'                {576000,        B576000},                                ^cflashy.c:101:12: error: use of undeclared identifier 'B921600'                {921600,        B921600},                                ^cflashy.c:102:13: error: use of undeclared identifier 'B1000000'                {1000000,       B1000000},                                ^cflashy.c:103:13: error: use of undeclared identifier 'B1152000'                {1152000,       B1152000},                                ^cflashy.c:104:13: error: use of undeclared identifier 'B1500000'                {1500000,       B1500000},                                ^cflashy.c:105:13: error: use of undeclared identifier 'B2000000'                {2000000,       B2000000},                                ^cflashy.c:106:13: error: use of undeclared identifier 'B2500000'                {2500000,       B2500000},                                ^cflashy.c:107:13: error: use of undeclared identifier 'B3000000'                {3000000,       B3000000},                                ^cflashy.c:108:13: error: use of undeclared identifier 'B3500000'                {3500000,       B3500000},                                ^cflashy.c:109:13: error: use of undeclared identifier 'B4000000'                {4000000,       B4000000},                                ^12 errors generated.make: *** [cflashy] Error 1
any help greatly appreciated

I have a working arm-none-eabi- installed [ I works fine with RP2040, I assume it is the same, as the file name appears to be the same ]

Statistics: Posted by tony carbon — Fri Dec 20, 2024 8:50 pm



Viewing all articles
Browse latest Browse all 5157

Trending Articles