SlideShare uma empresa Scribd logo
1 de 21
Building your own toolchain
~ Chaitannya Mahatme
Overview of ARM architectures. 

ARM 7

ARM 9

ARM 11
 ARM7TDMI

ARM7TDMI 
(ARM7+Thumb+Debug+Multiplier+ICE)

This generation introduced the Thumb 16­
bit instruction set 
Audio controller in the SEGA Dreamcast

D­Link DSL­604+ Wireless ADSL Router.

iPod ,iRiver 

Most of Nokia's mobile phone range.
ARM 9

ARM moved from a von Neumann 
architecture (Princeton architecture) to a 
Harvard architecture with separate 
instruction and data bus (and caches), 
significantly increasing its potential speed.

Most important change was introduction of 
MMU, POSIX complaint OS could be 
ported.

All smart phones
ARM 11

SIMD  instructions  which  can  double 
MPEG­4  and  audio  digital  signal 
processing algorithm  speed

Cache  is  physically  addressed,  solving 
many  cache  aliasing  problems  and 
reducing context switch overhead.

TI OMAP2 series processors.

All touch based smart phones.
Steps of Cross­Compilation

gcc:  Run  the  cross­compiler  on  the  host 
machine to produce assembler files for the 
target machine. 

as:  Assemble  the  files  produced  by  the 
cross­compiler. 

ld: Link those files to make an executable. 
You can do this either with a linker on the 
target  machine,  or  with  a  cross­linker  on 
the host machine.  
Specifing target for your toolchain

arm­linux

Armv4l : This makes support for the ARM 
v4 architecture, as used in the StrongARM,
ARM7TDMI, ARM8, ARM9.

Armv5l : This makes support for the ARM 
v5 architecture, as used in the XScale and
ARM10.
EABI target

arm­eabi

arm­none­eabi

In practice the target name makes almost
no practical difference to the toolchain you
Other EABI options

arm­none­gnueabi: this is the name as arm­
none­eabi (specific to GNU compiler)

arm­unknown­eabi: bare metal

arm­linux­eabi: Designed to be used to 
build programs with glibc under a Linux 
environment.  This would what you would 
use to build programs for an embeded 
linux ARM device.
CPU options

arm7,  arm7tdmi, arm720t, 

arm9', arm9e, arm920, arm920t

arm1136j­s, arm1176jz­s
Other configure options

­­enable­interwork  This allows for 
assembling Thumb and ARM code mixed 
into the same binaries (for those chips that 
support that)

­­enable­multilib  Multilib allows the use of 
libraries that are compiled multiple times 
for different targets/build types.
EABI for Linux

GNU  EABI  is  a  new  Application  Binary 
Interface  (ABI)  for  Linux  a.k.a  Embedded 
ABI.

EABI specifies standard conventions for file 
formats,  data  types,  register  usage,  stack 
frame  organization,  and  function 
parameter  passing  of  an  embedded 
software program.
Why switch to EABI?

Compilers    that  support  the  EABI  create 
object  code  that  is  compatible  with  code 
generated  by  other  such  compilers,  thus 
you can link libraries generated with with 
object  code  generated  with  a  different 
compiler.

Allows use of optimized hardfloat 
functions with the system's softfloat 
libraries

Uses a more efficient syscall convention, 
hence faster performance.

Since it's a newly adopted standard, will be 
more compatible with future tools.
Setting up build envoirnment.

Preferably use virtual box / Vmware.

Create a new user for the installation.

Set  up  the  configure  parameters  in  the 
.profile

Create separate dir for build and source.

Set PREFIX dir
Compilation process

Binutils 

glibc

gcc

gdb
Bootstrapping gcc

Install all the dependencies. 

The list of dependencies is on gcc.org

Mandatory  dependencies  are  GMP  and 
MPFR.

The configure option ­­with­newlib tells gcc 
we  are  using  newlib  (see  below)  and 
­­without­headers tells GCC not to rely on 
any  C  library  (standard  or  runtime)  being 
present for the target.
Installing glibc

Before doing any configuring or compiling, 
you  must  set  the  C  compiler  that  you’re 
using to be your cross­compiler, otherwise 
glibc will compile as a horrible mix of ARM 
code and native code

Make all­gcc.

Make install­gcc
Installing gcc: Part II

Make 

Make install

Add compiler to path variable
Get more info on
  http://wiki.openarmlab.org/

 http://wiki.openarmlab.org/index.php?
title=Building_your_own_toolchain
That's all Folks … Thank you

Mais conteúdo relacionado

Mais procurados

I Lab3 I Lab Testcenteroverview
I Lab3 I Lab TestcenteroverviewI Lab3 I Lab Testcenteroverview
I Lab3 I Lab Testcenteroverviewimec.archive
 
Static partitioning virtualization on RISC-V
Static partitioning virtualization on RISC-VStatic partitioning virtualization on RISC-V
Static partitioning virtualization on RISC-VRISC-V International
 
An open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V coresAn open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V coresRISC-V International
 
Network Allies 1553/Arinc PC Tablet
Network Allies 1553/Arinc PC TabletNetwork Allies 1553/Arinc PC Tablet
Network Allies 1553/Arinc PC Tabletpaulh54
 
Amtelco XDS CompactPCI
Amtelco XDS CompactPCI Amtelco XDS CompactPCI
Amtelco XDS CompactPCI AMTELCO
 
Necessity of 32-Bit Controllers
Necessity of 32-Bit ControllersNecessity of 32-Bit Controllers
Necessity of 32-Bit Controllersmohanav
 
SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture Abdullaziz Tagawy
 
An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
 An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
An Open Discussion of RISC-V BitManip, trends, and comparisons _ CuffRISC-V International
 
SDR for radar 090623
SDR for radar 090623SDR for radar 090623
SDR for radar 090623Bertalan EGED
 
Universal software defined radio development platform
Universal software defined radio development platformUniversal software defined radio development platform
Universal software defined radio development platformBertalan EGED
 
RTM Break Out Card - Datasheet
RTM Break Out Card - DatasheetRTM Break Out Card - Datasheet
RTM Break Out Card - DatasheetMistral Solutions
 
Gernot heiser unsw sydney and se l4 foundation
Gernot heiser unsw sydney and se l4 foundationGernot heiser unsw sydney and se l4 foundation
Gernot heiser unsw sydney and se l4 foundationRISC-V International
 

Mais procurados (20)

Digital Design Flow
Digital Design FlowDigital Design Flow
Digital Design Flow
 
I Lab3 I Lab Testcenteroverview
I Lab3 I Lab TestcenteroverviewI Lab3 I Lab Testcenteroverview
I Lab3 I Lab Testcenteroverview
 
Static partitioning virtualization on RISC-V
Static partitioning virtualization on RISC-VStatic partitioning virtualization on RISC-V
Static partitioning virtualization on RISC-V
 
Profibus
ProfibusProfibus
Profibus
 
An open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V coresAn open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V cores
 
Network Allies 1553/Arinc PC Tablet
Network Allies 1553/Arinc PC TabletNetwork Allies 1553/Arinc PC Tablet
Network Allies 1553/Arinc PC Tablet
 
Amtelco XDS CompactPCI
Amtelco XDS CompactPCI Amtelco XDS CompactPCI
Amtelco XDS CompactPCI
 
OMAP
OMAPOMAP
OMAP
 
Necessity of 32-Bit Controllers
Necessity of 32-Bit ControllersNecessity of 32-Bit Controllers
Necessity of 32-Bit Controllers
 
Srv p18-intro-v30
Srv p18-intro-v30Srv p18-intro-v30
Srv p18-intro-v30
 
SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture SNAPDRAGON SoC Family and ARM Architecture
SNAPDRAGON SoC Family and ARM Architecture
 
Pc 104 series 1 application showcase
Pc 104 series 1 application showcasePc 104 series 1 application showcase
Pc 104 series 1 application showcase
 
An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
 An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
An Open Discussion of RISC-V BitManip, trends, and comparisons _ Cuff
 
Osmocom
OsmocomOsmocom
Osmocom
 
SDR for radar 090623
SDR for radar 090623SDR for radar 090623
SDR for radar 090623
 
Zigbee module interface with ARM 7
Zigbee module interface with ARM 7Zigbee module interface with ARM 7
Zigbee module interface with ARM 7
 
RISC-V Zce Extension
RISC-V Zce ExtensionRISC-V Zce Extension
RISC-V Zce Extension
 
Universal software defined radio development platform
Universal software defined radio development platformUniversal software defined radio development platform
Universal software defined radio development platform
 
RTM Break Out Card - Datasheet
RTM Break Out Card - DatasheetRTM Break Out Card - Datasheet
RTM Break Out Card - Datasheet
 
Gernot heiser unsw sydney and se l4 foundation
Gernot heiser unsw sydney and se l4 foundationGernot heiser unsw sydney and se l4 foundation
Gernot heiser unsw sydney and se l4 foundation
 

Semelhante a Presentation

First Steps Developing Embedded Applications using Heterogeneous Multi-core P...
First Steps Developing Embedded Applications using Heterogeneous Multi-core P...First Steps Developing Embedded Applications using Heterogeneous Multi-core P...
First Steps Developing Embedded Applications using Heterogeneous Multi-core P...Toradex
 
Adrian Cockcroft's presentation at eComm 2008
Adrian Cockcroft's presentation at eComm 2008Adrian Cockcroft's presentation at eComm 2008
Adrian Cockcroft's presentation at eComm 2008eComm2008
 
Millicomputing Usenix 2008
Millicomputing Usenix 2008Millicomputing Usenix 2008
Millicomputing Usenix 2008Adrian Cockcroft
 
Next-Gen In-Vehicle Software Opportunities
Next-Gen In-Vehicle Software OpportunitiesNext-Gen In-Vehicle Software Opportunities
Next-Gen In-Vehicle Software OpportunitiesAlison Chaiken
 
iPhone Architecture - Review
iPhone Architecture - ReviewiPhone Architecture - Review
iPhone Architecture - ReviewAbdelrahman Hosny
 
LCE12: LCE12 ARMv8 Plenary
LCE12: LCE12 ARMv8 PlenaryLCE12: LCE12 ARMv8 Plenary
LCE12: LCE12 ARMv8 PlenaryLinaro
 
how to generate sms
how to generate smshow to generate sms
how to generate smssumant reddy
 
Creating IoT application using ARM mbed and NanoService solution
Creating IoT application using ARM mbed and NanoService solutionCreating IoT application using ARM mbed and NanoService solution
Creating IoT application using ARM mbed and NanoService solutionPratul Sharma
 
LAS16 100 K1 - Keynote George Grey
LAS16 100 K1 - Keynote George GreyLAS16 100 K1 - Keynote George Grey
LAS16 100 K1 - Keynote George Grey96Boards
 
LAS16-100K1: Welcome Keynote
LAS16-100K1: Welcome KeynoteLAS16-100K1: Welcome Keynote
LAS16-100K1: Welcome KeynoteLinaro
 
Addressing the hard problems of automotive Linux: networking and IPC
Addressing the hard problems of automotive Linux: networking and IPCAddressing the hard problems of automotive Linux: networking and IPC
Addressing the hard problems of automotive Linux: networking and IPCAlison Chaiken
 
Myir product catalog
Myir product catalogMyir product catalog
Myir product catalognie, jack
 

Semelhante a Presentation (20)

ARM Processor Tutorial
ARM Processor Tutorial ARM Processor Tutorial
ARM Processor Tutorial
 
First Steps Developing Embedded Applications using Heterogeneous Multi-core P...
First Steps Developing Embedded Applications using Heterogeneous Multi-core P...First Steps Developing Embedded Applications using Heterogeneous Multi-core P...
First Steps Developing Embedded Applications using Heterogeneous Multi-core P...
 
SMARC Development Kit
SMARC Development KitSMARC Development Kit
SMARC Development Kit
 
Definitions
DefinitionsDefinitions
Definitions
 
Adrian Cockcroft's presentation at eComm 2008
Adrian Cockcroft's presentation at eComm 2008Adrian Cockcroft's presentation at eComm 2008
Adrian Cockcroft's presentation at eComm 2008
 
RDMA on ARM
RDMA on ARMRDMA on ARM
RDMA on ARM
 
Millicomputing Usenix 2008
Millicomputing Usenix 2008Millicomputing Usenix 2008
Millicomputing Usenix 2008
 
Next-Gen In-Vehicle Software Opportunities
Next-Gen In-Vehicle Software OpportunitiesNext-Gen In-Vehicle Software Opportunities
Next-Gen In-Vehicle Software Opportunities
 
iPhone Architecture - Review
iPhone Architecture - ReviewiPhone Architecture - Review
iPhone Architecture - Review
 
ARM.pdf
ARM.pdfARM.pdf
ARM.pdf
 
LCE12: LCE12 ARMv8 Plenary
LCE12: LCE12 ARMv8 PlenaryLCE12: LCE12 ARMv8 Plenary
LCE12: LCE12 ARMv8 Plenary
 
MarcoMorenoResume
MarcoMorenoResumeMarcoMorenoResume
MarcoMorenoResume
 
how to generate sms
how to generate smshow to generate sms
how to generate sms
 
Creating IoT application using ARM mbed and NanoService solution
Creating IoT application using ARM mbed and NanoService solutionCreating IoT application using ARM mbed and NanoService solution
Creating IoT application using ARM mbed and NanoService solution
 
LAS16 100 K1 - Keynote George Grey
LAS16 100 K1 - Keynote George GreyLAS16 100 K1 - Keynote George Grey
LAS16 100 K1 - Keynote George Grey
 
LAS16-100K1: Welcome Keynote
LAS16-100K1: Welcome KeynoteLAS16-100K1: Welcome Keynote
LAS16-100K1: Welcome Keynote
 
AM37x EVM
AM37x EVM AM37x EVM
AM37x EVM
 
Addressing the hard problems of automotive Linux: networking and IPC
Addressing the hard problems of automotive Linux: networking and IPCAddressing the hard problems of automotive Linux: networking and IPC
Addressing the hard problems of automotive Linux: networking and IPC
 
Myir product catalog
Myir product catalogMyir product catalog
Myir product catalog
 
Arm
ArmArm
Arm
 

Mais de Chaitannya Mahatme

00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumatic00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumaticChaitannya Mahatme
 
00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumatic00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumaticChaitannya Mahatme
 
1560 new dilution valve for paper industries
1560 new dilution valve for paper industries1560 new dilution valve for paper industries
1560 new dilution valve for paper industriesChaitannya Mahatme
 
1355 series 2 way electric actuated ball valve
1355 series   2 way electric actuated ball valve1355 series   2 way electric actuated ball valve
1355 series 2 way electric actuated ball valveChaitannya Mahatme
 
1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd
1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd
1162 series -_heavy_duty_torque_pneumatic_actuator_h-curdChaitannya Mahatme
 
1162 1168 1862 9850 angle valve
1162 1168 1862 9850 angle valve1162 1168 1862 9850 angle valve
1162 1168 1862 9850 angle valveChaitannya Mahatme
 
1900 series damper with electrical and pneumatic actuator
1900 series damper with electrical and pneumatic actuator1900 series damper with electrical and pneumatic actuator
1900 series damper with electrical and pneumatic actuatorChaitannya Mahatme
 
Sd 2001-04(g.a.drawing)sd-2001-15-model
Sd 2001-04(g.a.drawing)sd-2001-15-modelSd 2001-04(g.a.drawing)sd-2001-15-model
Sd 2001-04(g.a.drawing)sd-2001-15-modelChaitannya Mahatme
 

Mais de Chaitannya Mahatme (20)

Abrige catlogue
Abrige catlogueAbrige catlogue
Abrige catlogue
 
00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumatic00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumatic
 
00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumatic00 ds heavy duty torque scotch & yoke quarter turn pneumatic
00 ds heavy duty torque scotch & yoke quarter turn pneumatic
 
1560 new dilution valve for paper industries
1560 new dilution valve for paper industries1560 new dilution valve for paper industries
1560 new dilution valve for paper industries
 
1355 series 2 way electric actuated ball valve
1355 series   2 way electric actuated ball valve1355 series   2 way electric actuated ball valve
1355 series 2 way electric actuated ball valve
 
1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd
1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd
1162 series -_heavy_duty_torque_pneumatic_actuator_h-curd
 
1162 1168 1862 9850 angle valve
1162 1168 1862 9850 angle valve1162 1168 1862 9850 angle valve
1162 1168 1862 9850 angle valve
 
1900 series damper with electrical and pneumatic actuator
1900 series damper with electrical and pneumatic actuator1900 series damper with electrical and pneumatic actuator
1900 series damper with electrical and pneumatic actuator
 
Gen 4000 2-model
Gen 4000 2-modelGen 4000 2-model
Gen 4000 2-model
 
Sd 2001-04(g.a.drawing)sd-2001-15-model
Sd 2001-04(g.a.drawing)sd-2001-15-modelSd 2001-04(g.a.drawing)sd-2001-15-model
Sd 2001-04(g.a.drawing)sd-2001-15-model
 
1760 1750 control valves
1760 1750 control valves1760 1750 control valves
1760 1750 control valves
 
8000
80008000
8000
 
2000 series service manual
2000 series   service manual2000 series   service manual
2000 series service manual
 
1000 series service manual
1000  series   service manual1000  series   service manual
1000 series service manual
 
3000 series service manual
3000 series   service manual3000 series   service manual
3000 series service manual
 
1000series
1000series1000series
1000series
 
Gen 4000 2-model
Gen 4000 2-modelGen 4000 2-model
Gen 4000 2-model
 
Sd 2000
Sd 2000Sd 2000
Sd 2000
 
Old 7000 1-model
Old 7000 1-modelOld 7000 1-model
Old 7000 1-model
 
Old 5000 wg-v-model
Old 5000 wg-v-modelOld 5000 wg-v-model
Old 5000 wg-v-model
 

Último

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Último (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Presentation