อบรม Linux Internel

จาก OpenTLE Wiki

ข้ามไปที่: ป้ายบอกทาง, ค้นหา

จันทร์ 23 มิถุนายม 2551

  • สอนการ compile การใช้ make การใช้ gcc
  • สอน ว่า ldd ใช้ สำหรับ print dinamic lib ที่ถูกเรียกโดย program นั้น
  • ggcc opton
    • -Wall warning
    • -c compile but not link it will compile and get only xxxx.o
    • -g include debugging
    • -C with -E : Retain comment too in the output
    • -llibrary link with liberry.so
    • -Ldir Add directory dir to the list of directories to be searched for -l
เครื่องมือส่วนตัว