> Hello Catalin,
Hello.
Thanks for answer!
> Can you please try again with --print-search-dirs and also examine if the
> library dirs exist and what they contain?
>
> You should not need to use -llibsdcc.lib
>
> Can I assume that you're running linux?
Yes, Fedora 19 (that does not come with larg
Hello Catalin,
Can you please try again with --print-search-dirs and also examine if the
library dirs exist and what they contain?
You should not need to use -llibsdcc.lib
Can I assume that you're running linux?
Maarten
> Hello.
>
> I am still fighting to compile Contiki-OS for mcs51.
>
> I fo
Hello.
I am still fighting to compile Contiki-OS for mcs51.
I found out that olso a simple example does not work.
So, using a trivial C program (int a; a = 1; return 1) I am getting this:
Working:
sdcc --fverbose-asm --model-small --stack-auto cata.c -llibsdcc.lib
Not working:
$ sdcc --fverbos