Ticket #77 (closed enhancement: worksforme)

Opened 3 months ago

Last modified 3 months ago

Add cross-compile support in configure

Reported by: drpepperONE Owned by:
Priority: major Milestone: v0.81
Component: ERESI Version:
Severity: Medium Keywords:
Cc:

Description

Hi, is it possible add crosscompile support in configure options?

Example:

./configure --host=$TARGET_HOST --target=$TARGET_HOST --prefix=$MY_PERSONAL_DIR

The classic --host --target in configure options are not available.

Also the classic --prefix does not work.

./configure --host=$TARGET_HOST --target=$TARGET_HOST --prefix=$MY_PERSONAL_DIR

I want cross-compile eresi for MIPS cpu support.

Thank you

Change History

Changed 3 months ago by may

  • status changed from new to closed
  • resolution set to worksforme

ERESI is already built by default with capabilities of analyzing any kind of executables, not only executables for your current architecture/OS.

Of course, this is only true for static features, not dynamic (debugging) ones. In other words, it will only works for elfsh and evarista (and all the static analysis/manipulation libraries).

Note: See TracTickets for help on using tickets.