View Single Post
Old 06 June 2023, 21:21   #10
Bren McGuire
Registered User
 
Bren McGuire's Avatar
 
Join Date: Nov 2019
Location: Croydon
Posts: 587
1. amiga-gcc successfully compiles hello.c when i launch cmdline.bat so i am assuming its working
2. sh.exe works on its own when invoked from the command line
3. make when invoked on its own in any random dir says "sh: *** No targets specified and no makefile found. Stop."
4. i dont know how to make a makefile
5. they are all cr/lf
6. there is a line there that says
Code:
# The shell in which to execute make rules.
SHELL = /bin/sh
but no matter what i change this to, it still doesn't work, still tries to use sh


Quote:
Originally Posted by paraj View Post
1. Does e.g. m68k-amigaos-gcc.exe work on its own if you cd into c:/amiga-gcc/bin ?
2. Does sh.exe?
3. How about make.exe
4. What about a simpler Makefile that you create from scratch?
5. Check if the Makefile contains windows line endings (perhaps only some lines)
6. If all that fails, try attaching the Makefile
Bren McGuire is offline  
 
Page generated in 0.07236 seconds with 11 queries