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
How to use xmake Topic is solved
-
- Junior Member
- Posts: 4
- Joined: Sat Jan 23, 2016 1:14 pm
-
- XCore Addict
- Posts: 158
- Joined: Thu Mar 20, 2014 8:04 am
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?
Can you attach the Makefile?
-
- Junior Member
- Posts: 4
- Joined: Sat Jan 23, 2016 1:14 pm
Thanks, but I found the issue
I had to be in the folder of the SetEnv and source it there.
I had to be in the folder of the SetEnv and source it there.