We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809d58e commit 08f4b45Copy full SHA for 08f4b45
.github/workflows/kernel-demos.yml
@@ -168,7 +168,7 @@ jobs:
168
- name: Build msp430_GCC Demo
169
shell: bash
170
working-directory: FreeRTOS/Demo/msp430_GCC
171
- run: make -j CC=/usr/bin/msp430-gcc/bin/msp430-elf-gcc OPT="-Os -I/usr/bin/msp430-gcc/include -L/usr/bin/msp-430/include"
+ run: make -j CC=/usr/bin/msp430-gcc/bin/msp430-elf-gcc OPT="-Os -I/usr/bin/msp430-gcc/include -L/usr/bin/msp430-gcc/include"
172
173
MicroBlaze-GCC:
174
name: GCC MicroBlaze Toolchain
0 commit comments