Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #9869

Closed (moved)
Open
Opened Oct 02, 2013 by Trac@tracbot

configure runs tests with wrong tools for --host if suitable tools are not in $PATH

Trying to build Tor 0.2.5.x with a cross-compiling toolchain and ./configure --host=arm-unknown-linux-gnueabihf, the build process stops with the following error (followed by a number of warnings about bitshifts exceeding type width):

CC src/ext/curve25519_donna/src_common_libcurve25519_donna_a-curve25519-donna-c64.o

src/ext/curve25519_donna/curve25519-donna-c64.c:35:1: error: unable to emulate 'TI'

typedef unsigned uint128_t attribute((mode(TI)));

curve25519-donna-c64.c is the curve25519 implementation for 64 bit platforms and shouldn't be built for arm.

Trac:
Username: sqrt2

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.5.x-final
Milestone
Tor: 0.2.5.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#9869