Re: [dev] Can I build stali with another libc?

2018-01-11 Thread k.suzaki
On 2018/01/12 5:03, Cág wrote: k.suzaki wrote: Can I build stali with another libc? The old stali seems to be built by uClibc. You can but you shouldn't. musl is the only alternative, fairly feature complete, libc, that is still being developed. uClibc/dietlibc haven't been aroun

Re: [dev] Are all dlopen() functions in the stali suppressed?

2018-01-11 Thread k.suzaki
On 2018/01/10 22:20, Daniel Cegiełka wrote: 2018-01-10 4:22 GMT+01:00 k.suzaki : On 2018/01/09 17:10, k.suzaki wrote: On 2018/01/09 15:49, Daniel Cegiełka wrote: 2018-01-09 3:22 GMT+01:00 k.suzaki : Dear, I found some dlopen() functions in the stali source code. I guess they are obstacle of

Re: [dev] Are all dlopen() functions in the stali suppressed?

2018-01-09 Thread k.suzaki
On 2018/01/09 17:10, k.suzaki wrote: On 2018/01/09 15:49, Daniel Cegiełka wrote: 2018-01-09 3:22 GMT+01:00 k.suzaki : Dear, I found some dlopen() functions in the stali source code. I guess they are obstacle of static linking. However, the configure files and .m4 files have the open

Re: [dev] Are all dlopen() functions in the stali suppressed?

2018-01-09 Thread k.suzaki
On 2018/01/09 15:49, Daniel Cegiełka wrote: 2018-01-09 3:22 GMT+01:00 k.suzaki : Dear, I found some dlopen() functions in the stali source code. I guess they are obstacle of static linking. However, the configure files and .m4 files have the open "enable_dlopen=no". Are

[dev] Are all dlopen() functions in the stali suppressed?

2018-01-08 Thread k.suzaki
Dear, I found some dlopen() functions in the stali source code. I guess they are obstacle of static linking. However, the configure files and .m4 files have the open "enable_dlopen=no". Are all dlopen() functions suppressed when the source files are compiled as static linking? # If so, it is

Re: [dev] musl-cross-make for ARM-OABI

2018-01-05 Thread k.suzaki
Dear, I found the following comment in the musl-cross-make/patches/gcc-4.2.1/0001-musl.diff       "musl does not support the legacy OABI mode." - suzaki On 2018/01/04 17:44, k.suzaki wrote: Dear, I would like to build the musl-cross-make to create ARM OABI compiler. # T

[dev] musl-cross-make for ARM-OABI

2018-01-04 Thread k.suzaki
Dear, I would like to build the musl-cross-make to create ARM OABI compiler. # The current default setting is for ARM EABI binaries. https://git.sta.li/musl-cross-make/ Is it possible? If possible, please tell me how to write the config.mak file. I tried TARGET = arm-linux-muslgnu but it coul