Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 4 months ago.
toolchain.h has been replaced by mbed_toolchain.h
I'm getting the following error but have no idea where you would find this to fix it.
Warning: #warning directive: toolchain.h has been replaced by mbed_toolchain.h, please update to mbed_toolchain.h [since mbed-os-5.3] in "extras/mbed_86740a56073b/platform/toolchain.h", Line: 23, Col: 3
Can you share more information about how to reproduce (program, board, etc)?
posted by Sam Grove 01 Jul 2017I'm using the DISCO-F769NI and the code is below It is a modification of DISCO-F769NI_TOUCHSCREEN_demo for that board, commenting out the the include rtos.h eliminated the error, and it was not in the original demo pretty much a newbie here... I really don't know how to link to my whole program
/* #include "rtos.h" */
posted by Paul Gregg 01 Jul 2017I did figure out how to publish this and it is here https://developer.mbed.org/users/yawstick/code/DISCO-F769NI_TOUCHSCREEN_demo_custom_1/
posted by Paul Gregg 01 Jul 2017