Tiny Core Extensions > TCE Talk

Flatpak

<< < (5/6) > >>

Lachu:
One question. Is there name suffix/prefix for debuginfo packages or switch in tce-load to install debug symbol for some application/library?

Rich:
Hi Lachu
Packages are typically stripped. There are no debug packages that I am aware of. If you need any packages with symbols, you
will need to compile them yourself.

If you are planning on tracing with  gdb , then compile with no optimization ( -O0 ). Also, do not use the Link Time Optimizer (-flto)
because it interferes with  gdb  being able to display code listings.

Lachu:
I have a problem. Under other distro I need only install gcc, build-essentials or gcc-c. In tiny core there's no gcc-c package. I install gcc, but it doesn't pull standard C headers.

Juanito:
Install compiletc

Lachu:
Ok. Thanks.
Now it compiles and works, but not working under OpenSUSE Tumbleweed. Error is similar to TC error, when there's no link to linker (no such file or directory). I can keep two version of the same application on the single partition, but prefer to avoid this, for example due to make updates easier. Is there way to found error in TC? Why it doesn't ran my AppImage? How to debug? Is there no other solution than compiling entire system?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version