René's URL Explorer Experiment


Title: Unable to Compile RcppParallel on windows on ARM64 platform: TBB Library Issue · Issue #239 · RcppCore/RcppParallel · GitHub

Open Graph Title: Unable to Compile RcppParallel on windows on ARM64 platform: TBB Library Issue · Issue #239 · RcppCore/RcppParallel

X Title: Unable to Compile RcppParallel on windows on ARM64 platform: TBB Library Issue · Issue #239 · RcppCore/RcppParallel

Description: I am trying to install RcppParallel on my Snapdragon X laptop, which has an ARM64-based processor, but the installation is failing with the error shown below, install.packages("RcppParallel", type = "source") --- Please select a CRAN mir...

Open Graph Description: I am trying to install RcppParallel on my Snapdragon X laptop, which has an ARM64-based processor, but the installation is failing with the error shown below, install.packages("RcppParallel", type ...

X Description: I am trying to install RcppParallel on my Snapdragon X laptop, which has an ARM64-based processor, but the installation is failing with the error shown below, install.packages("RcppParallel&qu...

Opengraph URL: https://github.com/RcppCore/RcppParallel/issues/239

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Unable to Compile RcppParallel on windows on ARM64 platform: TBB Library Issue","articleBody":"I am trying to install RcppParallel on my Snapdragon X laptop, which has an ARM64-based processor, but the installation is failing with the error shown below,\n\n\n\n\u003e install.packages(\"RcppParallel\", type = \"source\")\n--- Please select a CRAN mirror for use in this session ---\ntrying URL 'https://cloud.r-project.org/src/contrib/RcppParallel_5.1.11-1.tar.gz'\nContent type 'application/x-gzip' length 1633955 bytes (1.6 MB)\ndownloaded 1.6 MB\n\n* installing *source* package 'RcppParallel' ...\n** this is package 'RcppParallel' version '5.1.11-1'\n** package 'RcppParallel' successfully unpacked and MD5 sums checked\n** using staged installation\n** preparing to configure package 'RcppParallel' ...\n*** configured file: 'R/tbb-autodetected.R.in' =\u003e 'R/tbb-autodetected.R'\n*** configured file: 'src/Makevars.in' =\u003e 'src/Makevars'\n*** configured file: 'src/install.libs.R.in' =\u003e 'src/install.libs.R'\n** finished configure for package 'RcppParallel'\n** libs\n(tbb) Building TBB using bundled sources ...\nmake[1]: Entering directory '/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/tbb/src'\nOS: windows\narch=unknown\ncompiler=gcc\nruntime=mingw19.1.7\ntbb_build_prefix=windows_unknown_gcc_mingw19.1.7\nwork_dir=/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/build/windows_unknown_gcc_mingw19.1.7_release\nmake[1]: Leaving directory '/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/tbb/src'\nmake[1]: Entering directory '/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/tbb/src'\nCreated ../build/lib_release directory\nmake -C \"../build/lib_release\"  -r -f ../../build/Makefile.tbb cfg=release\nmake[2]: Entering directory '/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/tbb/build/lib_release'\nexpr: syntax error: unexpected argument '19.1.7'\nexpr: syntax error: unexpected argument '19.1.7'\n../../build/Makefile.tbb:28: CONFIG: cfg=release arch=unknown compiler=gcc target=windows runtime=mingw19.1.7\naarch64-w64-mingw32.static.posix-clang++  -o concurrent_hash_map.o -c -MMD -O2 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0502 -DMINGW_HAS_SECURE_API=1 -msse -mthreads    -D__TBB_BUILD=1 -Wall  -std=gnu++11 -O2 -Wall -DTBB_NO_LEGACY=1 -DTBB_USE_GCC_BUILTINS   -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_hash_map.cpp\nclang-19: error: unsupported option '-msse' for target 'aarch64-w64-mingw32'\nclang-19: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument]\nmake[2]: *** [../../build/common_rules.inc:116: concurrent_hash_map.o] Error 1\nmake[2]: Leaving directory '/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/tbb/build/lib_release'\nmake[1]: *** [Makefile:100: tbb_release] Error 2\nmake[1]: Leaving directory '/c/Users/HCKTest/AppData/Local/Temp/Rtmps5DsVa/R.INSTALL3c745d3e22f3/RcppParallel/src/tbb/src'\naarch64-w64-mingw32.static.posix-clang++ -std=gnu++17 -I\"C:/PROGRA~1/R-AARC~1/R-45~1.0/include\" -DNDEBUG -I../inst/include -DTBB_USE_GCC_BUILTINS    -I\"C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/include\"   -std=gnu++11 -DRCPP_PARALLEL_USE_TBB=1 -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1   -O2 -Wall  -c init.cpp -o init.o\naarch64-w64-mingw32.static.posix-clang++ -std=gnu++17 -I\"C:/PROGRA~1/R-AARC~1/R-45~1.0/include\" -DNDEBUG -I../inst/include -DTBB_USE_GCC_BUILTINS    -I\"C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/include\"   -std=gnu++11 -DRCPP_PARALLEL_USE_TBB=1 -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1   -O2 -Wall  -c options.cpp -o options.o\naarch64-w64-mingw32.static.posix-clang++ -std=gnu++17 -I\"C:/PROGRA~1/R-AARC~1/R-45~1.0/include\" -DNDEBUG -I../inst/include -DTBB_USE_GCC_BUILTINS    -I\"C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/include\"   -std=gnu++11 -DRCPP_PARALLEL_USE_TBB=1 -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1   -O2 -Wall  -c tbb.cpp -o tbb.o\naarch64-w64-mingw32.static.posix-clang++ -std=gnu++17 -shared -s -static-libgcc -o RcppParallel.dll tmp.def init.o options.o tbb.o -Ltbb/build/lib_release -ltbb -ltbbmalloc -LC:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/lib -LC:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/lib -LC:/PROGRA~1/R-AARC~1/R-45~1.0/bin -lR\nlld: error: unable to find library -ltbb\nclang-19: error: linker command failed with exit code 1 (use -v to see invocation)\ninstalling via 'install.libs.R' to C:/Program Files/R-aarch64/R-4.5.0/library/00LOCK-RcppParallel/00new/RcppParallel\n** R\n** inst\n** byte-compile and prepare package for lazy loading\n** help\n*** installing help indices\n** building package indices\n** testing if installed package can be loaded from temporary location\nError: package or namespace load failed for 'RcppParallel':\n .onLoad failed in loadNamespace() for 'RcppParallel', details:\n  call: library.dynam(\"RcppParallel\", pkgname, libname, local = FALSE)\n  error: DLL 'RcppParallel' not found: maybe not installed for this architecture?\nError: loading failed\nExecution halted\nERROR: loading failed\n* removing 'C:/Program Files/R-aarch64/R-4.5.0/library/RcppParallel'\n\nThe downloaded source packages are in\n        ‘C:\\Users\\HCKTest\\AppData\\Local\\Temp\\RtmpKAHq1P\\downloaded_packages’\nWarning message:\nIn install.packages(\"RcppParallel\", type = \"source\") :\n  installation of package ‘RcppParallel’ had non-zero exit status\n","author":{"url":"https://github.com/Akash9824","@type":"Person","name":"Akash9824"},"datePublished":"2025-09-19T09:24:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/239/RcppParallel/issues/239"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:198fcb24-1117-368a-ed47-b925920ff23c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB5D8:6834D:2A1D908:387C69B:697076DE
html-safe-nonce0e83324b37a77b3b145013cb10b39825e714aa291177ddf08ed59009e246ce45
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNUQ4OjY4MzREOjJBMUQ5MDg6Mzg3QzY5Qjo2OTcwNzZERSIsInZpc2l0b3JfaWQiOiI4NTM0MjgxODg1MDE2MTU5OTY2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacb98bb24488a86a867c969540b83a95f68c690f1b92a894e0a8439d4e43416c70
hovercard-subject-tagissue:3433621411
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/RcppCore/RcppParallel/239/issue_layout
twitter:imagehttps://opengraph.githubassets.com/be0cfb2f2aa9bc043b1bef3929c7b3d7752af97bf34bf593415269bd786e1329/RcppCore/RcppParallel/issues/239
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/be0cfb2f2aa9bc043b1bef3929c7b3d7752af97bf34bf593415269bd786e1329/RcppCore/RcppParallel/issues/239
og:image:altI am trying to install RcppParallel on my Snapdragon X laptop, which has an ARM64-based processor, but the installation is failing with the error shown below, install.packages("RcppParallel", type ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameAkash9824
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/RcppCore/RcppParallel git https://github.com/RcppCore/RcppParallel.git
octolytics-dimension-user_id5811336
octolytics-dimension-user_loginRcppCore
octolytics-dimension-repository_id21576989
octolytics-dimension-repository_nwoRcppCore/RcppParallel
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id21576989
octolytics-dimension-repository_network_root_nwoRcppCore/RcppParallel
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/239#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FRcppCore%2FRcppParallel%2Fissues%2F239
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FRcppCore%2FRcppParallel%2Fissues%2F239
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=RcppCore%2FRcppParallel
Reloadhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/239
Reloadhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/239
Reloadhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/239
RcppCore https://patch-diff.githubusercontent.com/RcppCore
RcppParallelhttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FRcppCore%2FRcppParallel
Fork 59 https://patch-diff.githubusercontent.com/login?return_to=%2FRcppCore%2FRcppParallel
Star 176 https://patch-diff.githubusercontent.com/login?return_to=%2FRcppCore%2FRcppParallel
Code https://patch-diff.githubusercontent.com/RcppCore/RcppParallel
Issues 17 https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues
Pull requests 0 https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulls
Actions https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/actions
Projects 0 https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/projects
Wiki https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/security
Please reload this pagehttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/239
Insights https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulse
Code https://patch-diff.githubusercontent.com/RcppCore/RcppParallel
Issues https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues
Pull requests https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulls
Actions https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/actions
Projects https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/projects
Wiki https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/wiki
Security https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/security
Insights https://patch-diff.githubusercontent.com/RcppCore/RcppParallel/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/RcppCore/RcppParallel/issues/239
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/RcppCore/RcppParallel/issues/239
Unable to Compile RcppParallel on windows on ARM64 platform: TBB Library Issuehttps://patch-diff.githubusercontent.com/RcppCore/RcppParallel/issues/239#top
https://github.com/Akash9824
https://github.com/Akash9824
Akash9824https://github.com/Akash9824
on Sep 19, 2025https://github.com/RcppCore/RcppParallel/issues/239#issue-3433621411
https://cloud.r-project.org/src/contrib/RcppParallel_5.1.11-1.tar.gzhttps://cloud.r-project.org/src/contrib/RcppParallel_5.1.11-1.tar.gz
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.