RSK64M Demo - Fix build errors (#195)

* Fix linking errors. Define task notification array size
This commit is contained in:
David Chalco 2020-08-14 10:05:09 -07:00 committed by GitHub
parent d248555de5
commit 1ae6eda77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 9 deletions

View file

@ -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