Skip to content

mac silicon build dependencies? #380

Closed Answered by kleeuccs
kleeuccs asked this question in Q&A
Discussion options

You must be logged in to vote

I removed pyenv from .zshrc, and installed python 3.11.4 as the system version of python.
For building on the mac M1, I get similar warnings and errors mentioned in #94.

ext/gdbremote/signals.hh:176:5: error: expected identifier
EXC_BREAKPOINT = 150, //breakpoint
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/exception_types.h:87:33: note: expanded from macro 'EXC_BREAKPOINT'
#define EXC_BREAKPOINT 6 /* Trace, breakpoint, etc. */
^
[ CXX] X86/python/_m5/param_BaseNonCachingSimpleCPU.cc -> .o
[SO Param] m5.objects.BaseTimingSimpleCPU, BaseTimingSimpleCPU -> X86/python/_m5/param_BaseTimingSimpleCPU.cc
44 warnings and 6 errors generated.
scons: *** [build/X86/cpu/o3/p…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BobbyRBruce
Comment options

Answer selected by BobbyRBruce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #378 on October 02, 2023 05:57.