Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intTests/test_llvm_x86_01 cannot be reproduced locally #739

Closed
robdockins opened this issue Jun 12, 2020 · 1 comment
Closed

intTests/test_llvm_x86_01 cannot be reproduced locally #739

robdockins opened this issue Jun 12, 2020 · 1 comment
Labels
priority High-priority issues subsystem: x86 Issues related to verifying x86 binaries via Macaw tech debt Issues that document or involve technical debt test assets Issues involving test programs or other test assets
Milestone

Comments

@robdockins
Copy link
Contributor

On OSX 10.15.5. Test log output:

set -e
+ set -e

yasm -felf64 test.S
+ yasm -felf64 test.S
ld test.o -o test
+ ld test.o -o test
ld: warning: platform not specified
ld: warning: -arch not specified
ld: warning: No platform min-version specified on command line
ld: warning: ignoring file test.o, building for -unknown but attempting to link with file built for unknown-unsupported file format ( 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 )
Undefined symbols for architecture unknown:
  "_main", referenced from:
     implicit entry/start for main executable
ld: symbol(s) not found for architecture unknown
@robdockins robdockins added priority High-priority issues tooling: test infrastructure Issues involving test infrastructure or test execution, or making SAW more testable tech debt Issues that document or involve technical debt labels Jun 12, 2020
@brianhuffman
Copy link
Contributor

Duplicate of #722.

@atomb atomb added this to the 0.7 milestone Oct 16, 2020
@atomb atomb modified the milestones: 0.7, 0.8 Dec 14, 2020
@atomb atomb closed this as completed Jan 11, 2021
@RyanGlScott RyanGlScott added the subsystem: x86 Issues related to verifying x86 binaries via Macaw label Dec 6, 2021
@sauclovian-g sauclovian-g added test assets Issues involving test programs or other test assets and removed tooling: test infrastructure Issues involving test infrastructure or test execution, or making SAW more testable labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority High-priority issues subsystem: x86 Issues related to verifying x86 binaries via Macaw tech debt Issues that document or involve technical debt test assets Issues involving test programs or other test assets
Projects
None yet
Development

No branches or pull requests

5 participants