Skip to content

Instantly share code, notes, and snippets.

@mk0x9
Created December 24, 2010 21:58
Show Gist options
  • Save mk0x9/754527 to your computer and use it in GitHub Desktop.
Save mk0x9/754527 to your computer and use it in GitHub Desktop.
cirno@perfect-math-class ~/sources/gollvm $ make
CGOPKGPATH= cgo -- `llvm-config --cflags` core.go executionengine.go target.go transforms_scalar.go transforms_ipo.go analysis.go bitwriter.go
error: 'LLVMInitializeCppBackendTargetInfo' undeclared (first use in this function)
error: (Each undeclared identifier is reported only once
error: 'LLVMInitializeARMTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeCellSPUTarget' undeclared (first use in this function)
error: 'LLVMInitializePowerPCTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeCBackendTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeAlphaTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeMBlazeTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeMSP430Target' undeclared (first use in this function)
error: 'LLVMInitializeSparcTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeMipsTarget' undeclared (first use in this function)
error: 'LLVMInitializeCellSPUTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializePIC16TargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeBlackfinTarget' undeclared (first use in this function)
error: 'LLVMInitializeAlphaTarget' undeclared (first use in this function)
error: 'LLVMInitializePowerPCTarget' undeclared (first use in this function)
error: 'LLVMInitializeCBackendTarget' undeclared (first use in this function)
error: 'LLVMInitializeXCoreTarget' undeclared (first use in this function)
error: 'LLVMInitializeMBlazeTarget' undeclared (first use in this function)
error: 'LLVMInitializeMSP430TargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeCppBackendTarget' undeclared (first use in this function)
error: 'LLVMInitializeBlackfinTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeMipsTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeSystemZTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializeSystemZTarget' undeclared (first use in this function)
error: 'LLVMInitializeSparcTarget' undeclared (first use in this function)
error: 'LLVMInitializeARMTarget' undeclared (first use in this function)
error: 'LLVMInitializeXCoreTargetInfo' undeclared (first use in this function)
error: 'LLVMInitializePIC16Target' undeclared (first use in this function)
unresolved names
make: *** [_cgo_defun.c] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment