Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
ae073662
Commit
ae073662
authored
Jul 23, 2011
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM build fix
parent
eb5d738e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/exp/com/src/os_linux/hw_arm/wb_rtt_comppicture.sh
src/exp/com/src/os_linux/hw_arm/wb_rtt_comppicture.sh
+2
-2
wb/exp/com/src/os_linux/hw_arm/wb_gcg.sh
wb/exp/com/src/os_linux/hw_arm/wb_gcg.sh
+1
-1
No files found.
src/exp/com/src/os_linux/hw_arm/wb_rtt_comppicture.sh
View file @
ae073662
...
...
@@ -54,7 +54,7 @@ then
then
ar_name_pict
=
${
pwrp_lib
}
/ra_rtt_
${
pgmname
}
_pict.a
cc
=
arm-linux-gnueabi-gcc-4.3
cc
=
$pwre_cc
cinc
=
"-I
$pwr_inc
-I
$pwrp_rttbld
"
cflags
=
"-DOS_LINUX -DOS=linux -DHW_ARM=1 -DPOSIX_SOURCE -DWall"
${
cc
}
-c
-o
$pwrp_obj
/
${
name
}
.o
$pwrp_rttbld
/
${
name
}
.c
${
cinc
}
${
cflags
}
...
...
@@ -65,7 +65,7 @@ then
bld_dir
=
$pwre_broot
/
$pwre_os
/
$pwre_hw
/bld/lib/dtt
# echo $ar_name $ar_name_pict
cc
=
arm-linux-gnueabi-gcc-4.3
cc
=
$pwre_cc
cinc
=
"-I
$pwr_inc
-I
${
bld_dir
}
"
cflags
=
"-DOS_LINUX -DOS=linux -DHW_ARM=1 -DPOSIX_SOURCE -DWall"
${
cc
}
-c
-o
${
bld_dir
}
/
${
name
}
.o
\
...
...
wb/exp/com/src/os_linux/hw_arm/wb_gcg.sh
View file @
ae073662
...
...
@@ -184,7 +184,7 @@ CompileRtNode()
ld_opt_tmp
=
"
`
cat
$pwrp_exe
/
$FileName
.opt
`
"
ld_opt
=
"
`
eval echo
$ld_opt_tmp
`
"
else
ld_opt
=
"
`
eval echo
$pwrobj
/rt_io_user.o
-lpwr_rt
-lpwr_usbio_dummy
`
"
ld_opt
=
"
`
eval echo
$pwrobj
/rt_io_user.o
-lpwr_rt
-lpwr_usbio_dummy
-lpwr_usb_dummy
-lpwr_pnak_dummy
-lpwr_cifx_dummy
`
"
fi
if
$ldxx
$link_debug
-L
/lib/thread
-L
$pwrp_lib
-L
$pwrp_cmn
/arm_linux/lib
-L
$pwrlib
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment