mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 05:05:17 -05:00
RSK64M Demo - Fix build errors (#195)
* Fix linking errors. Define task notification array size
This commit is contained in:
parent
d248555de5
commit
1ae6eda77a
5 changed files with 21 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
export INC_RX=C:\devtools\Renesas\RX\2_1_0\include
|
||||
export RXC_LIB=C:\devtools\Renesas\RX\2_1_0\bin
|
||||
export BIN_RX=C:\devtools\Renesas\RX\2_1_0\bin
|
||||
PATH := $(PATH):C:\devtools\Renesas\RX\2_1_0\bin
|
||||
export INC_RX=C:\PROGRA~2\Renesas\RX\2_8_1\include
|
||||
export RXC_LIB=C:\PROGRA~2\Renesas\RX\2_8_1\bin
|
||||
export BIN_RX=C:\PROGRA~2\Renesas\RX\2_8_1\bin
|
||||
PATH := $(PATH):C:\PROGRA~2\Renesas\RX\2_8_1\bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue