as68 error message
Posted: Mon Dec 21, 2020 3:15 am
As I'm converting all non-curses print calls to curses one, I've hit a snag on the program that I am porting.
Everything was compiling fine with Make. I found a few minor issues with main_c. I fixed the last error and now I get this message:
as68 main_s main_o
jas: (bytes not separately relocatable)
I can't find any documentation on as68, so I don't know what that means. I made no changes to the Makefile. The c compiler seems to like the code as it does not report any errors. I'm hoping someone has a clue what this message means.
Tim
Everything was compiling fine with Make. I found a few minor issues with main_c. I fixed the last error and now I get this message:
as68 main_s main_o
jas: (bytes not separately relocatable)
I can't find any documentation on as68, so I don't know what that means. I made no changes to the Makefile. The c compiler seems to like the code as it does not report any errors. I'm hoping someone has a clue what this message means.
Tim