Page 1 of 1

Error while compiling qorc sdk sample code in eclipse

Posted: Mon Mar 15, 2021 10:59 am
by timothym
I have downloaded all requirements and configured the eclipse as instructed in https://github.com/QuickLogic-Corp/qorc ... Readme.txt

but while building the project I am getting the following error
error-qfb.png
error-qfb.png (188.42 KiB) Viewed 22500 times


my build settings are following


build-settings.png
build-settings.png (24.63 KiB) Viewed 22500 times


can anyone please help urgently.....thanks

Re: Error while compiling qorc sdk sample code in eclipse

Posted: Tue Mar 16, 2021 12:22 am
by phil_quik
I think the way to create virtual project did matter.
Below is my working setup
Image

Re: Error while compiling qorc sdk sample code in eclipse

Posted: Tue Mar 16, 2021 5:01 am
by timothym
Hi phil_quik thanks but can you please help me with steps because I don't know how to create virtual project. thanks.

Re: Error while compiling qorc sdk sample code in eclipse

Posted: Wed Mar 17, 2021 1:27 am
by phil_quik
I think it is mentioned in item 4 as copied below.

4. Add files and folder to the Eclipse Virtual filesystem
Drag and drop the folder QL-EOSS3-SW/BSP to the newly created project
On the "File and Folder Operation" dialog box, choose
- Link to files and recreate folder structure with virtual folders and
- Check the Create link locations relative to PROJECT_LOC
Similarly drag and drop other folders:
FReeRTOSv8_2_2, HAL, Libraries, and Tasks
Create Virtual Folder named "App".
On the Eclipse IDE, select <YourProject>, Click on File -> New -> Folder
On the "New Folder" dialog box, specify the folder name as "App",
click the "Advanced" tab and select the radio button "Folder is not
located in the file system (Virtual Folder)" and click Finish
Create Virtual folder named "YourProject"
Drag and drop from your "App/YourProject" the following folders:
GCC_Project/, src/, and inc/ folders to the newly created
"App/YourProject" virtual folder.

Re: Error while compiling qorc sdk sample code in eclipse

Posted: Wed Mar 17, 2021 6:17 am
by timothym
Where is BSP? is there any video tutorial?

Re: Error while compiling qorc sdk sample code in eclipse

Posted: Wed Mar 17, 2021 6:23 am
by phil_quik
Most folders are under qorc-sdk\
BSP\
HAL\
Libraries\
Tasks\

Re: Error while compiling qorc sdk sample code in eclipse

Posted: Wed Mar 17, 2021 7:25 am
by timothym
Thanks a lot!!!