LD Linking Problems... (2 of them...)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Tim

Re:LD Linking Problems... (2 of them...)

Post by Tim »

The ELF format doesn't need the _ at the start of identifiers. So your assembly file should use int_00, int_01 etc.
astrocrep

Re:LD Linking Problems... (2 of them...)

Post by astrocrep »

Thanks for the ieda... but I just tried taking it off of the first one... and it still generated an unknown error... do I need to say anything special in the c++ function to set it off ??

Thanks alot Rich P.

P.S. what wierd is that I have a start.asm that compiled and linked just like my interrupts.asm... and start.asm can call main() just fine... but for some reason interrupts.o doesn't want to play nice.
astrocrep

Re:LD Linking Problems... (2 of them...)

Post by astrocrep »

Well I opted to say forget it!

I have decided that all this struggling isn't worth it for some one whos still beginning. I am gonna drop down to straight C / ASM. I think thats best.

Thanks to all those who have helped, im sure ill be back real soon ;)

Thanks again,
Rich P.
Post Reply