Starting from the number 3 project I have an error during compilation saying. “_putchar.c: No such file or directory”. What could be the problem ??
@BitwebTech Жыл бұрын
That is because you have not created the _putchar.c file you are asked to create from the instruction. Check the instruction clearly on the intranet you will see the link to get the _putchar functions. Copy it and then paste it in a file you should name _putchar.c then add the prototype of the function as well to your main.h file
@zaw_ey Жыл бұрын
You have not shown the _putchar.c file necessary for compilation of some of the tasks starting from task number 3
@annyus1031 Жыл бұрын
Just copy the _putchar.c function prototype and add it to your main.h file Then you're good to go