Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
6ac7ee1a
Unverified
Commit
6ac7ee1a
authored
Sep 03, 2023
by
Odd Stråbø
Committed by
GitHub
Sep 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gcc search path in make-ota.sh (#1688)
parent
0b56452c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ota/make-ota.sh
ota/make-ota.sh
+1
-1
No files found.
ota/make-ota.sh
View file @
6ac7ee1a
...
...
@@ -3,7 +3,7 @@
set
-e
# Exit on error
export
PICO_SDK_PATH
=
"
$(
cd
../pico-sdk/
;
pwd
)
"
export
PATH
=
"
$(
cd
../
../
system/arm-none-eabi/bin
;
pwd
)
:
$PATH
"
export
PATH
=
"
$(
cd
../system/arm-none-eabi/bin
;
pwd
)
:
$PATH
"
rm
-rf
build
mkdir
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment