Python Forum
syslog module not built during cross compile
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
syslog module not built during cross compile
#1
Hi All,

I am tring to porting python2.7.15 to my arm platform, and I would like to use syslog module in my code.

below is my configure options

Output:
--with-ssl=$(BUILD_HOST_DIR)/usr/ \ --with-ssl-includes=$(BUILD_HOST_DIR)/usr/include/ \ --with-ssl-libs=$(BUILD_HOST_DIR)/usr/lib \ HOSTPGEN=pgen2 \ build_alias=x86_64-pc-linux-gnu \ --disable-ipv6 \ ac_cv_file__dev_ptc=no \ ac_cv_file__dev_ptmx=no \
below is make options

Output:
CROSS_COMPILE_TARGET=yes \ CFLAGS="$(TARGET_CFLAGS) -fno-inline" \ LDFLAGS="$(TARGET_LDFLAGS)" \ LD="$(TARGET_CC)" \ HOSTPGEN=pgen2
with these settings, I can compile python successfully, but syslog.so library doesn't generate.

any idea that i can have a check?

thanks in advanced.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Cross 2 arrays dylan261999 4 1,021 Feb-09-2023, 01:06 PM
Last Post: thensun
  Parsing a syslog file ebolisa 11 4,102 Oct-10-2021, 05:15 PM
Last Post: snippsat
  Syslog server Fifoux082 5 2,784 Sep-15-2020, 07:08 PM
Last Post: Fifoux082
  How to cross compile python for ARM ? pankaj 4 5,687 Mar-06-2019, 05:59 AM
Last Post: pankaj
  How to modify __init__ of built-in module directly from the script? sonicblind 5 3,548 Jul-31-2018, 12:48 PM
Last Post: sonicblind
  I cannot import the module I built for pypi PeriGK 2 6,084 Apr-10-2018, 07:44 PM
Last Post: PeriGK
  cross validate amilie1234 6 6,799 Feb-09-2017, 08:28 PM
Last Post: amilie1234

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020