Sideboard wrote: > Paul Smith wrote: > > You don't show the command that make is invoking, only the error > > messages, so there's no much we can tell you. > > The command was a plain `make'.
The command you invoked from the command line is not "the command that make is invoking". You are invoking 'make'. The command that make is invoking is configured in the Makefile that tells make what to do. It is the Makefile information which is missing. > For the partial compilation I intend, it > will be `make M=/path/to/source/sound/usb' but Android Studio (AS) is > also opened with the plain command so I went with that for the initial > message. An error in the make rules breaking an assembler call $(AS) and invoking "AS" instead of the value of AS? Just guessing. Bob _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make