Customer Stories
Blog
How to Buy
Contact Us
About Digi
Leadership
Locations
Awards
Export Policy
Environment
Careers
Investor Relations
IoT Products and Services
Embedded Systems
Digi XBee Ecosystem
Digi XBee RF Modules
Digi XBee Cellular Modems
Digi XBee Gateways
Digi XBee Tools
System-on-Modules
Single Board Computers
IoT Development Kits
Networking
Cellular Routers
Gateways
Infrastructure Management
Console Servers
Serial Connectivity
USB Connectivity
IoT Software and Services
Digi Remote Manager
Wireless Design Services
Professional Services
TrustFence Security Framework
Featured
5G
FirstNet
Private LTE/CBRS
Zigbee
USB Over IP/AnywhereUSB
XCTU
Digi TrustFence
/
Built-in security framework for the IoT
SmartSense
Solutions
Solutions by Application
Public Transit
Traffic Management
Remote Worker
Kiosks and Digital Signage
Branch Networking
Positive Train Control (PTC)
More Applications
Solutions by Technology
The Journey to 5G
Cellular Failover
FirstNet
Private LTE Based on CBRS
SD-WAN
Smart Out-of-Band Management
Zigbee Wireless Mesh Networking
More Technologies
Solutions by Industry
Energy
Smart Cities
Medical
Industrial
Retail
Transportation
Resources
Resource Library
Events
Webinars
Videos
Examples and Guides
Project Gallery
More Resources
Recent News
Press Releases
News Coverage
Security Center
Certifications
Support
Support Services
Support Forum
Product Returns (RMA)
Warranty Registration
Expert Support Login
Knowledge Base
Drivers
Firmware Updates
Documentation
Diagnostics, Utilities & MIBS
Embedded Patches
Sample Applications
Search
Remember
Register
Home
/
Support
/
Support Forum
/
compiling error after installing tpc/ip update 752
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(353)
Python
(964)
RF Solutions and XBee
(8,014)
Digi TransPort
(730)
Digi Connect Cellular
(410)
DAL
(2)
Embedded Devices
(4,058)
Android
(42)
NET+OS
(2,420)
Linux
(897)
Windows CE
(84)
Plug N' Play
(462)
Rabbit
(3,144)
Console Servers
(340)
Modbus and Industrial Automation
(235)
Realport
(580)
Serial Servers
(807)
Satellite Modules
(24)
USB
(1,218)
Serial Cards
(712)
ConnectPort Display
(54)
Feedback/Wish List
(86)
Other/Legacy
(332)
compiling error after installing tpc/ip update 752
0
votes
After I installed tcp/ip update 752 (with other required updates), I get the following error when compiling:
bsp/7_5/connectme9210/lib/libbsp.a(aes_openssl.o): In function `aes_dma_set_encrypt_key':
./devices/ns9xxx/ns9215/aes/aes_openssl.c:70: undefined reference to `private_AES_set_encrypt_key'
bsp/7_5/connectme9210/lib/libbsp.a(aes_openssl.o): In function `aes_dma_set_decrypt_key':
./devices/ns9xxx/ns9215/aes/aes_openssl.c:100: undefined reference to `private_AES_set_decrypt_key'
collect2: ld returned 1 exit status
make: *** [image.elf] Error 1
make: Target `all' not remade because of errors.
Any suggestions?
connectme9210
netos
752
asked
Nov 6, 2020
in
NET+OS
by
fvallin
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
you have installed BSP updates most likely, but did not update your platform folder. Please create a new DigiESP project and make sure it compiles. If it does, compare platform folders and copy over updated files merging your changes
answered
Nov 6, 2020
by
LeonidM
Veteran of the Digi Community
(
3,863
points)
Please
log in
or
register
to add a comment.
...