Hi while i cross compile an startup.s file (arm-none-eabi-as file.s) (*-gcc)
I am getting in each commentary line some errors
- junk at end of line, first unrecognized character is /
when i delete the // some comment lines i get errors about undefined symbols even i defined them at beginning of the file.
anyone know whats wrong?