Error while compiling qorc sdk sample code in eclipse

Post Reply
timothym
Posts: 9
Joined: Mon Mar 08, 2021 3:53 pm

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 21267 times


my build settings are following


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


can anyone please help urgently.....thanks
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

I think the way to create virtual project did matter.
Below is my working setup
Image
Attachments
c.png
c.png (180 KiB) Viewed 21254 times
timothym
Posts: 9
Joined: Mon Mar 08, 2021 3:53 pm

Hi phil_quik thanks but can you please help me with steps because I don't know how to create virtual project. thanks.
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

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.
timothym
Posts: 9
Joined: Mon Mar 08, 2021 3:53 pm

Where is BSP? is there any video tutorial?
Last edited by timothym on Wed Mar 17, 2021 7:20 am, edited 2 times in total.
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

Most folders are under qorc-sdk\
BSP\
HAL\
Libraries\
Tasks\
timothym
Posts: 9
Joined: Mon Mar 08, 2021 3:53 pm

Thanks a lot!!!
Post Reply