Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
2938d23c
Commit
2938d23c
authored
9 years ago
by
Mark Charlebois
Committed by
Julian Oes
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed stubs now resolved in adsp static image
Signed-off-by:
Mark Charlebois
<
charlebm@gmail.com
>
parent
801affd7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/platforms/qurt/px4_layer/px4_qurt_impl.cpp
+4
-152
4 additions, 152 deletions
src/platforms/qurt/px4_layer/px4_qurt_impl.cpp
with
4 additions
and
152 deletions
src/platforms/qurt/px4_layer/px4_qurt_impl.cpp
+
4
−
152
View file @
2938d23c
...
...
@@ -157,29 +157,6 @@ size_t strnlen(const char *s, size_t maxlen)
return
i
;
}
int
write
(
int
a
,
char
const
*
b
,
int
c
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
fprintf
(
FILE
*
stream
,
const
char
*
format
,
...)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
0
;
}
int
fputc
(
int
c
,
FILE
*
stream
)
{
return
c
;
}
FILE
_Stdin
;
FILE
_Stdout
;
FILE
_Stderr
;
static
void
block_indefinite
(
void
)
{
for
(;;)
{
...
...
@@ -188,139 +165,14 @@ static void block_indefinite(void)
}
}
int
ungetc
(
int
c
,
FILE
*
stream
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
fgetc
(
FILE
*
stream
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
fseek
(
FILE
*
stream
,
long
offset
,
int
whence
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
fgetpos
(
FILE
*
stream
,
fpos_t
*
pos
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
fsetpos
(
FILE
*
stream
,
const
fpos_t
*
pos
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
setvbuf
(
FILE
*
stream
,
char
*
buf
,
int
mode
,
size_t
size
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
#include
<wchar.h>
wint_t
fputwc
(
wchar_t
wc
,
FILE
*
stream
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
wint_t
ungetwc
(
wint_t
wc
,
FILE
*
stream
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
wint_t
fgetwc
(
FILE
*
stream
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
#include
<stdlib.h>
size_t
_Getmbcurmax
()
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
2
;
}
#include
<ctype.h>
_Ctype_t
_Getptolower
(
void
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
nullptr
;
}
_Ctype_t
_Getptoupper
(
void
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
nullptr
;
}
#include
<xwchar.h>
_Statab
*
_Getpmbstate
(
void
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
nullptr
;
}
_Statab
*
_Getpwcstate
(
void
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
nullptr
;
}
int
_Mbtowcx
(
wchar_t
*
,
const
char
*
,
size_t
,
mbstate_t
*
,
_Statab
*
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
-
1
;
}
int
_Wctombx
(
char
*
,
wchar_t
,
mbstate_t
*
,
_Statab
*
,
_Statab
*
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
return
-
1
;
}
void
_Locksyslock
(
int
x
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
}
void
_Unlocksyslock
(
int
x
)
int
fprintf
(
FILE
*
stream
,
const
char
*
format
,
...)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
0
;
}
void
_Atexit
(
void
(
*
)(
void
)
)
int
fputc
(
int
c
,
FILE
*
stream
)
{
PX4_ERR
(
"Error: Calling unresolved symbol stub[%s]"
,
__FUNCTION__
);
block_indefinite
();
return
c
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment