I have been trying in vain for almost two weeks now to generate a “l.bc” files based on my very own library for building a swc with Alchemy.
I have tried doing (in both alc-on / alc-off modes)
ar rc myOwnLibrary.a myOwnlibraryObj1.o myOwnlibraryObj2.o
But still no l.bc files are generated, instead only .a files are generated.
How do I get the proper l.bc files generated?
PS. I even followed examples in Adobe Alchemy: Compiling a C library to run in Flex/Flash.
You must have alc-on the entire time, when you’re using gcc and when using ar. For example:
If this isn’t working for you I think you might have a subtly corrupted alchemy installation. I suggest re-installing it.