AFAIR, that depends on where you run the "make clean". I think a
top-level "make clean" will delete all the .lib files, but a "make
clean" in device/lib/stm8-large only deletes the .rel files in there,
not the .lib in device/lib/build/stm8-large

I ran "make clean" only for the library. Seems a bit odd to me that only the top-level cleans the .lib product, given that it's not responsible for producing it.

Anyway, regression tests have finished and all passed!

Summary for 'stm8-large': 0 failures, 12617 tests, 2246 test cases, 2409420 bytes, 35864760 ticks

A few tests still produced warnings, but I guess they're either insignificant or are supposed to produce them. Things like "excess elements in struct initializer", "unreferenced function argument", "integer constant is too large for its type", and some to do with trigraph operators.

Given this, can I be 100% confident that my modifications are successful? I will create and submit a patch if so.

Regards,
Basil Hussain


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to