I'm messing around and compiling Chilly Willy's 32x examples and little tests I'm making and I've just now noticed warnings in the output that I don't remember seeing at first.
I don't think I've modified any of the *.s files that came with Chilly Willy's 32x exemples. So I don't know if this is "normal" or not. I even went and redownloaded the original examples and I get the same thing.
My programs still build and seem to run correctly. Is this a problem even if it's just a warning?
You can ignore that. The linker scripts are set to import the standard _start entry point for regular programs, and that doesn't exist on the MD rom... it isn't needed as the rom header sets the entry point as the reset vector. So it's a warning that's safe to ignore.