2016-01-30 01:22 PM
Hi.
I have just downloaded SW the executable version for W10, and created a project and some directories. I have included the directories in the IDE path. My problem is even though the directories containing some source file are located in the path SW does not seem to recognize the functions I am calling from main() which are located in the source files of my newly created directories.The new directories containing source an headers are:
USB-FS-Device_Driver/inc USB-FS-Device_Driver/srcI have two pics included, the USB_Init() function is located in a file called usb_init.c located in the USB-FS-Device_Driver/src directory.
Can anyone help solve this.
Cheers
2016-02-01 04:44 AM
ok, no problem, here it is. I though it was a file :)
________________ Attachments : New_Text_Document.txt : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Htn4&d=%2Fa%2F0X0000000aWx%2FE8M7BradovCORXrK_kHqoDSQjCyu5ThSlKICmeiWu24&asPdf=false2016-02-01 05:08 AM
remove change to ''_'' dashes ''-'' in folder names.
2016-02-01 05:19 AM
I changed all of them, but its still the same?
2016-02-01 05:32 AM
It must be this problem. In folder (file) names always use only letter digits or ''_''. This will keep you from troubles.
2016-02-01 01:07 PM
I just found an older post to SW forum that's finally been answered. When I create a source folder I don't have any problems. This has not been a problem with other versions of eclipse I have used in the past, so I'm I can now build my project.
Thank you for taking the time to help. kvresto2016-02-01 01:30 PM
check if this folder become a source folder or are excluded from build.