How to use xmake Topic is solved

If you have a simple question and just want an answer.
minipada
Junior Member
Posts: 4
Joined: Sat Jan 23, 2016 1:14 pm

How to use xmake

Post by minipada »

Hello,

I am in the directory where the project is, try "xmake --makefile=Makefile CONFIG=Default" and this shows up

xmake: *** No targets specified and no makefile found.  Stop.

How can I compile simply like one would do in the IDE ?

I am on linux 14.04 with XMOS Community_14.1.0 (build 17291, Jul-23-2015)

Thanks

View Solution
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

Ensure "TARGET = " field in the Makefile is populated with a valid target. You can use GUI to select one of the valid targets.

Can you attach the Makefile?

minipada
Junior Member
Posts: 4
Joined: Sat Jan 23, 2016 1:14 pm

Post by minipada »

Thanks, but I found the issue
I had to be in the folder of the SetEnv and source it there.