Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do I need to modify the Makefile?

makefile
0
Posted

Do I need to modify the Makefile?

0

If you are in a simple configuration, that is to say: a flat tree (binary, source in the same directory) and ONLY ONE C FILE, you can rely on the self generated makefile. You don’t have to modify it totally but there are some important things to notice about it. 1. You can open it by double-clicking on it, the Editor window. 2. You can change the serial connector name of your computer here and the baudrate for the communications between the board and the computer. Q: There is a parse error on reading the Makefile. A: Borland tools also includes a make utility. To ensure that you are running the right make.exe, you can type in the Build window, gmake instead of make. gmake stands for GNU Make. Q: Assembler crash on a parse error A: Variable starting by cc cause the assembler to crash.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123