My program compiles great when I include arm std libs but on using
--no_scanlib linker flag, it generates the
__aeabi_uldivmod,__aeabi_memcpy & __main undefined at link time
arrors.
Where can I find the header files with these definitions so I may
create my own definitions to use with the --no_scanlib flag.
I am already using my own filetypes.h for bool,etc (the aim is to
isolate the compiler from everything else I am not using).
Also, what creates __scatterloa
↧