Am 18.06.20 um 16:30 schrieb Basil Hussain:
> 
>> Yes, after rebuilding the library, you run the tests by "make clean;
>> make -j N test-stm8-large" (where the number N is for parallelism, often
>> chosen as the number of cores) in support/regression.
> 
> Thanks for the info. If I want no parallelism, can I omit the -j arg?
> I'm building on a single-core VM.
> 

Yes. AFAIK, "make" is the same as "make -j 1".

> Speaking of re-building the library, what is the difference between a
> Makefile and Makefile.in? I assume the former are generated somehow? The
> source repo does not contain them.
> 
> I believe I need to change the large lib's makefile so that the C
> routines that now have assembly implementations will no longer be
> included in the lib. That is, change the STM8_INT, STM8_LONG,
> STM8_LONGLONG and OBJ definitions to match the non-large lib's Makefile.in.
> 
> If I have modified only the lib's Makefile.in, how do I then re-generate
> the Makefile?


./configure at the top level generates all the Makefile from the
Makefile.in.

Philipp


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

Reply via email to