QORC-SDK in Eclipse on windows10

Post Reply
shimemar
Posts: 3
Joined: Mon Feb 08, 2021 8:11 am

Hello.

I am creating a build environment with Eclipse on Windows 10 by following the procedure of "EclipseReadme.txt" in GCC_Project of QORC-SDK.

However, an error like the attached image occurs.
What's wrong with my settings?
2021-02-08.png
2021-02-08.png (159.96 KiB) Viewed 20388 times
coolbreeze413
Posts: 3
Joined: Tue Feb 16, 2021 5:13 pm

That readme was aimed primarily at a Windows use-case, hence you see path problems with backslashes.

For using Eclipse with QORC SDK, please take a look at :
https://github.com/QuickLogic-Corp/qorc ... clipse.rst
shimemar
Posts: 3
Joined: Mon Feb 08, 2021 8:11 am

Thank you for your reference. ;)
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

I hit the same issue in Win10 and the root cause is I have 2 GNU ARM Toolchain installed in Win10.
The way I fixed it is to change TC_PATH/QORC_TC_PATH in config.mk like below

#Override with your own tool direcoty
#export TC_PATH=C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major\bin
export TC_PATH=c:\Program Files (x86)\GNU Arm Embedded Toolchain\9 2020-q2-update\bin
Post Reply