program file not specified error

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
cicga
Active Member
Posts: 51
Joined: Tue Oct 11, 2011 4:48 pm

program file not specified error

Post by cicga »

hi all

does anybody has a problem with "program file not specified" error message?
I run build - no errors but when I am sending it to xmos- i have this "program file not specified" error

how to fix it? how to specified program file?
(my source file is in main directory in source folder)

cicga


User avatar
Ross
XCore Expert
Posts: 966
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

I am guessing this is using XDE? (rather than command line based tools?)
cicga
Active Member
Posts: 51
Joined: Tue Oct 11, 2011 4:48 pm

Post by cicga »

yes Ross this is XDE
User avatar
rp181
Respected Member
Posts: 395
Joined: Tue May 18, 2010 12:25 am
Contact:

Post by rp181 »

I used to have this problem with one of the older XMOS tools. If I renamed a file or created a new empty project, the compiler never knew which file to actually compile. Back then, I just created a new project with a template (e.g LED example) and pasted my code.

Now that I think about it, try:
1) Updating the tools if it isn't
2) Try a different build configuration (debug/release, or a custom one)
cicga
Active Member
Posts: 51
Joined: Tue Oct 11, 2011 4:48 pm

Post by cicga »

rp181

i tryed debug and release config and error is still here.
I am using last version of XDE 11.2.2 and it does not help :roll:

best
Post Reply